The patch titled missing includes in hilkbd has been added to the -mm tree. Its filename is missing-includes-in-hilkbd.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 origin.patch config_computone-should-depend-on-isaeisapci.patch appldata_mem-dependes-on-vm-counters.patch uml-problems-with-linux-ioh.patch missing-includes-in-hilkbd.patch hci-endianness-annotations.patch lockd-endianness-annotations-rebased.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