]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Input: fix add modalias support build error
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 10 Dec 2005 11:48:20 +0000 (22:48 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2006 00:18:09 +0000 (16:18 -0800)
commite39b84337b8aed3044683a57741a19e5002225b9
treeb0e6fdd68b9b7d24b984401795f4660cc9cf7d0b
parent1d8f430c15b3a345db990e285742c67c2f52f9a6
[PATCH] Input: fix add modalias support build error

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 <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/input.h