The patch titled eicon: fix define conflict with ptrace has been added to the -mm tree. Its filename is eicon-fix-define-conflict-with-ptrace.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: eicon: fix define conflict with ptrace From: Alexey Dobriyan <adobriyan@xxxxxxxxx> * 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@xxxxxxxxx> Cc: Karsten Keil <kkeil@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- diff -puN drivers/isdn/hardware/eicon/divasync.h~eicon-fix-define-conflict-with-ptrace drivers/isdn/hardware/eicon/divasync.h --- a/drivers/isdn/hardware/eicon/divasync.h~eicon-fix-define-conflict-with-ptrace +++ a/drivers/isdn/hardware/eicon/divasync.h @@ -256,7 +256,6 @@ typedef struct #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 _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are debug_locksh-add-struct-task_struct.patch x86_64-fix-more-per-cpu-typos.patch eicon-fix-define-conflict-with-ptrace.patch net-fix-more-per-cpu-typos.patch megaraid-fix-warnings-when-config_proc_fs=n.patch git-xfs.patch headers_check-improve-include-regexp.patch headers_check-clarify-error-message.patch task_struct-ifdef-missedem-v-ipc.patch ifdef-blktrace-debugging-fields.patch tty_ioc-keep-davej-sane.patch documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch ioctl-messtxt-xfs-typos.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html