diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-27 20:59:43 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-06-27 21:42:54 +0200 |
commit | 5993548725ba3f3deb2b90a681a62dbb7bd17961 (patch) | |
tree | ea0b696b9c885bb58727589facb315064ed4c7b7 /drivers/input/mouse/pxa930_trkball.c | |
parent | Input: add support for mma8450 accelerometer (diff) | |
download | linux-5993548725ba3f3deb2b90a681a62dbb7bd17961.tar.xz linux-5993548725ba3f3deb2b90a681a62dbb7bd17961.zip |
Input: remove unneeded version.h includes
It was pointed out by 'make versioncheck' that some includes of
linux/version.h are not needed in drivers/input/.
This patch removes them.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/mouse/pxa930_trkball.c')
-rw-r--r-- | drivers/input/mouse/pxa930_trkball.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/mouse/pxa930_trkball.c b/drivers/input/mouse/pxa930_trkball.c index 943cfec15665..6c5d84fcdea1 100644 --- a/drivers/input/mouse/pxa930_trkball.c +++ b/drivers/input/mouse/pxa930_trkball.c @@ -12,7 +12,6 @@ #include <linux/init.h> #include <linux/input.h> -#include <linux/version.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/platform_device.h> |