The patch titled missing includes in hilkbd has been removed from the -mm tree. Its filename was missing-includes-in-hilkbd.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: missing includes in hilkbd From: Al Viro <viro@xxxxxxxxxxxxxxxx> Now that it's built on m68k too... Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/input/keyboard/hilkbd.c | 5 +++++ 1 file changed, 5 insertions(+) diff -puN drivers/input/keyboard/hilkbd.c~missing-includes-in-hilkbd drivers/input/keyboard/hilkbd.c --- a/drivers/input/keyboard/hilkbd.c~missing-includes-in-hilkbd +++ a/drivers/input/keyboard/hilkbd.c @@ -23,7 +23,12 @@ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/hil.h> +#include <linux/io.h> #include <linux/spinlock.h> +#include <asm/irq.h> +#ifdef CONFIG_HP300 +#include <asm/hwtest.h> +#endif MODULE_AUTHOR("Philip Blundell, Matthew Wilcox, Helge Deller"); _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are m68k-work-around-binutils-tokenizer-change.patch slab-leaks3-default-y.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