From linux-kernel@vger.kernel.org Wed Dec 13 19:01:29 2006 Date: Wed, 13 Dec 2006 17:59:48 GMT From: Linux Kernel Mailing List To: git-commits-head@vger.kernel.org Subject: [PATCH] missing includes in hilkbd Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=db71b7f19c3ddc8897437e655130f9010f9a9b72 Commit: db71b7f19c3ddc8897437e655130f9010f9a9b72 Parent: ee36c2bf8edb1c3e3855a928b348d29c6359093d Author: Al Viro AuthorDate: Wed Dec 13 00:35:01 2006 -0800 Committer: Linus Torvalds CommitDate: Wed Dec 13 09:05:52 2006 -0800 [PATCH] missing includes in hilkbd Now that it's built on m68k too... Signed-off-by: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/input/keyboard/hilkbd.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/input/keyboard/hilkbd.c b/drivers/input/keyboard/hilkbd.c index 54bc569..35461ea 100644 --- a/drivers/input/keyboard/hilkbd.c +++ b/drivers/input/keyboard/hilkbd.c @@ -23,7 +23,12 @@ #include #include #include +#include #include +#include +#ifdef CONFIG_HP300 +#include +#endif MODULE_AUTHOR("Philip Blundell, Matthew Wilcox, Helge Deller"); - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html