The patch titled eicon: fix define conflict with ptrace has been removed from the -mm tree. Its filename is eicon-fix-define-conflict-with-ptrace.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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> Acked-by: Karsten Keil <kkeil@xxxxxxx> Acked-by: Armin Schindler <armin@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/isdn/hardware/eicon/divasync.h | 1 - 1 file changed, 1 deletion(-) 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 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 ifdef-quota_read-quota_write.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