summaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/kbtab.c
diff options
context:
space:
mode:
authorPaul Gortmaker2014-01-06 19:27:05 +0100
committerDmitry Torokhov2014-01-07 08:23:57 +0100
commitbf9a9f8e5105b13cea954b254008f383ed0b4045 (patch)
tree58cecaaa23aa6529b2777d3672a08418e5d2201e /drivers/input/tablet/kbtab.c
parentInput: twl4030-keypad - convert to using managed resources (diff)
downloadkernel-qcow2-linux-bf9a9f8e5105b13cea954b254008f383ed0b4045.tar.gz
kernel-qcow2-linux-bf9a9f8e5105b13cea954b254008f383ed0b4045.tar.xz
kernel-qcow2-linux-bf9a9f8e5105b13cea954b254008f383ed0b4045.zip
Input: delete non-required instances of include <linux/init.h>
None of these files are actually using any __init type directives and hence don't need to include <linux/init.h>. Most are just a left over from __devinit and __cpuinit removal, or simply due to code getting copied from one driver to the next. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/tablet/kbtab.c')
-rw-r--r--drivers/input/tablet/kbtab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/tablet/kbtab.c b/drivers/input/tablet/kbtab.c
index 3fba74b9b602..d2ac7c2b5b82 100644
--- a/drivers/input/tablet/kbtab.c
+++ b/drivers/input/tablet/kbtab.c
@@ -1,7 +1,6 @@
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/module.h>
-#include <linux/init.h>
#include <linux/usb/input.h>
#include <asm/unaligned.h>