diff options
| author | 2008-08-18 10:57:10 -0400 | |
|---|---|---|
| committer | 2008-08-18 11:00:47 -0400 | |
| commit | 0cc1fe2238e458ebe2d52f035ccc6f3d2ecc9ca1 (patch) | |
| tree | 89b93b6d864ba6e9ff9cf29c9ebc0c00f29291ae /drivers/input/mouse/gpio_mouse.c | |
| parent | Input: cobalt_btns - add missing MODULE_LICENSE (diff) | |
| download | linux-dev-0cc1fe2238e458ebe2d52f035ccc6f3d2ecc9ca1.tar.xz linux-dev-0cc1fe2238e458ebe2d52f035ccc6f3d2ecc9ca1.zip | |
Input: remove version.h from drivers that don't need it
If a driver dies not use LINUX_VERSION_CODE nor KERNEL_VERSION
then it does not need to include version.h
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/gpio_mouse.c')
| -rw-r--r-- | drivers/input/mouse/gpio_mouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index 339290184871..72cf5e33790e 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c @@ -9,7 +9,6 @@ */ #include <linux/init.h> -#include <linux/version.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/input-polldev.h> |
