aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2007-03-09 13:59:06 -0500
committerSam Ravnborg <sam@ravnborg.org>2007-05-02 14:58:08 -0400
commitdc24f0e708c8a6a27b5b967a2599c04973054398 (patch)
tree7c132c4f1cf17e7bda5705352dc9ad259ee74bf9 /include/linux/input.h
parent5a4910fbbeef14cc91daa41086449a1a4acebc96 (diff)
kbuild: remove dependency on input.h from file2alias
Almost all definitions used by file2alias was already present in mod_devicetable.h. Added the last definition and killed the input.h usage. The errornous include was pointed out by: Jan Engelhardt <jengelh@linux01.gwdg.de> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Jan Engelhardt <jengelh@linux01.gwdg.de> Cc: Deepak Saxena <dsaxena@plexity.net>
Diffstat (limited to 'include/linux/input.h')
-rw-r--r--include/linux/input.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index bde65c8a3519..13d510c3a5aa 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -1010,6 +1010,10 @@ struct input_dev {
1010#error "EV_MAX and INPUT_DEVICE_ID_EV_MAX do not match" 1010#error "EV_MAX and INPUT_DEVICE_ID_EV_MAX do not match"
1011#endif 1011#endif
1012 1012
1013#if KEY_MIN_INTERESTING != INPUT_DEVICE_ID_KEY_MIN_INTERESTING
1014#error "KEY_MIN_INTERESTING and INPUT_DEVICE_ID_KEY_MIN_INTERESTING do not match"
1015#endif
1016
1013#if KEY_MAX != INPUT_DEVICE_ID_KEY_MAX 1017#if KEY_MAX != INPUT_DEVICE_ID_KEY_MAX
1014#error "KEY_MAX and INPUT_DEVICE_ID_KEY_MAX do not match" 1018#error "KEY_MAX and INPUT_DEVICE_ID_KEY_MAX do not match"
1015#endif 1019#endif