diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-06-27 14:59:43 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-06-27 15:42:54 -0400 |
commit | 5993548725ba3f3deb2b90a681a62dbb7bd17961 (patch) | |
tree | ea0b696b9c885bb58727589facb315064ed4c7b7 /drivers/input/mouse | |
parent | 3ead8b5ddbe6ca8e79b24535f4119c9d4ffd91e3 (diff) |
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')
-rw-r--r-- | drivers/input/mouse/pxa930_trkball.c | 1 | ||||
-rw-r--r-- | drivers/input/mouse/sentelic.c | 1 |
2 files changed, 0 insertions, 2 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 @@ | |||
12 | 12 | ||
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/input.h> | 14 | #include <linux/input.h> |
15 | #include <linux/version.h> | ||
16 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
17 | #include <linux/module.h> | 16 | #include <linux/module.h> |
18 | #include <linux/platform_device.h> | 17 | #include <linux/platform_device.h> |
diff --git a/drivers/input/mouse/sentelic.c b/drivers/input/mouse/sentelic.c index 1242775fee19..2fc887a51066 100644 --- a/drivers/input/mouse/sentelic.c +++ b/drivers/input/mouse/sentelic.c | |||
@@ -20,7 +20,6 @@ | |||
20 | */ | 20 | */ |
21 | 21 | ||
22 | #include <linux/module.h> | 22 | #include <linux/module.h> |
23 | #include <linux/version.h> | ||
24 | #include <linux/input.h> | 23 | #include <linux/input.h> |
25 | #include <linux/ctype.h> | 24 | #include <linux/ctype.h> |
26 | #include <linux/libps2.h> | 25 | #include <linux/libps2.h> |