drivers/input: Add module.h to modular drivers implicitly using it
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 17:53:48 +0000 (13:53 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 31 Oct 2011 23:31:16 +0000 (19:31 -0400)
commitd2d8442d0094a7d4b585e2bbde31e3775dba7eb1
tree79a40716383a6a9e5285ec66b877fe548c17f4f4
parent778f523ddae8b382055a337cd58fe14adc0d17e2
drivers/input: Add module.h to modular drivers implicitly using it

A pending cleanup will mean that module.h won't be implicitly
everywhere anymore.  Make sure the modular drivers in input dir
are actually calling out for <module.h> explicitly in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15 files changed:
drivers/input/input-polldev.c
drivers/input/joystick/as5011.c
drivers/input/keyboard/nomadik-ske-keypad.c
drivers/input/keyboard/tnetv107x-keypad.c
drivers/input/misc/ad714x.c
drivers/input/misc/adxl34x.c
drivers/input/misc/ati_remote2.c
drivers/input/misc/cma3000_d0x.c
drivers/input/misc/dm355evm_keys.c
drivers/input/sparse-keymap.c
drivers/input/touchscreen/ad7877.c
drivers/input/touchscreen/ad7879-spi.c
drivers/input/touchscreen/ad7879.c
drivers/input/touchscreen/ads7846.c
drivers/input/touchscreen/bu21013_ts.c
This page took 0.026784 seconds and 5 git commands to generate.