The patch titled xtensa: Fix TIOCGICOUNT macro has been removed from the -mm tree. Its filename is xtensa-fix-tiocgicount-macro.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Chris Zankel <czankel@xxxxxxxxxxxxx> Remove the dependence on the async_icount structure in the TIOCGICOUNT macro for Xtensa. (Thanks Russell and Adrian for pointing this out) Signed-off-by: Chris Zankel <chris@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-xtensa/ioctls.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-xtensa/ioctls.h~xtensa-fix-tiocgicount-macro include/asm-xtensa/ioctls.h --- devel/include/asm-xtensa/ioctls.h~xtensa-fix-tiocgicount-macro 2006-04-20 02:37:04.000000000 -0700 +++ devel-akpm/include/asm-xtensa/ioctls.h 2006-04-20 02:37:04.000000000 -0700 @@ -107,6 +107,6 @@ #define TIOCSERSETMULTI _IOW('T', 91, struct serial_multiport_struct) /* Set multiport config */ #define TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */ -#define TIOCGICOUNT _IOR('T', 93, struct async_icount) /* read serial port inline interrupt counts */ +#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ #endif /* _XTENSA_IOCTLS_H */ _ Patches currently in -mm which might be from czankel@xxxxxxxxxxxxx are origin.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