mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] eicon: fix define conflict with ptrace
@ 2006-08-03 20:34 Alexey Dobriyan
  2006-08-03 21:09 ` Alan Cox
  2006-08-04 14:40 ` Armin Schindler
  0 siblings, 2 replies; 6+ messages in thread
From: Alexey Dobriyan @ 2006-08-03 20:34 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Armin Schindler, linux-kernel

* MODE_MASK is unused in eicon driver.
* Conflicts with a ptrace stuff on arm.

drivers/isdn/hardware/eicon/divasync.h:259:1: warning: "MODE_MASK" redefined
include2/asm/ptrace.h:48:1: warning: this is the location of the previous definition

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 drivers/isdn/hardware/eicon/divasync.h |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/isdn/hardware/eicon/divasync.h
+++ b/drivers/isdn/hardware/eicon/divasync.h
@@ -256,7 +256,6 @@ #define WATCHDOG_MASK  0x00000008
 #define NO_ORDER_CHECK_MASK 0x00000010
 #define LOW_CHANNEL_MASK 0x00000020
 #define NO_HSCX30_MASK  0x00000040
-#define MODE_MASK   0x00000080
 #define SET_BOARD   0x00001000
 #define SET_CRC4   0x00030000
 #define SET_L1_TRISTATE  0x00040000


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-08-04 14:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-03 20:34 [PATCH] eicon: fix define conflict with ptrace Alexey Dobriyan
2006-08-03 21:09 ` Alan Cox
2006-08-03 20:59   ` Andrew Morton
2006-08-03 21:16   ` Alexey Dobriyan
2006-08-04 14:36   ` Armin Schindler
2006-08-04 14:40 ` Armin Schindler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome