From rusty@rustcorp.com.au Sat Dec 10 03:52:45 2005 From: Rusty Russell Subject: Input: fix add modalias support build error To: Andrew Morton Cc: Greg KH Date: Sat, 10 Dec 2005 22:48:20 +1100 Message-Id: <1134215301.30143.15.camel@localhost.localdomain> Fix build when scripts/mod/file2alias.c includes linux/input.h, which tries to include /usr/include/linux/mod_devicetable.h: In file included from scripts/mod/file2alias.c:40: include/linux/input.h:21:35: linux/mod_devicetable.h: No such file or directory make[2]: *** [scripts/mod/file2alias.o] Error 1 Signed-off-by: Rusty Russell Signed-off-by: Greg Kroah-Hartman --- include/linux/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/include/linux/input.h +++ gregkh-2.6/include/linux/input.h @@ -13,12 +13,12 @@ #include #include #include +#include #else #include #include #include #endif -#include /* * The event structure itself