summaryrefslogtreecommitdiffstats
path: root/drivers/misc/tsl2550.c
diff options
context:
space:
mode:
authorPaul Gortmaker2014-01-21 22:23:07 +0100
committerGreg Kroah-Hartman2014-02-08 00:10:19 +0100
commite2527ec3690bc820e5b4288577f79945f4a22d77 (patch)
tree7d7a7f8159f424d2f8564eb21ce12b8693616a5b /drivers/misc/tsl2550.c
parentdrivers/char: delete non-required instances of include <linux/init.h> (diff)
downloadkernel-qcow2-linux-e2527ec3690bc820e5b4288577f79945f4a22d77.tar.gz
kernel-qcow2-linux-e2527ec3690bc820e5b4288577f79945f4a22d77.tar.xz
kernel-qcow2-linux-e2527ec3690bc820e5b4288577f79945f4a22d77.zip
drivers/misc: 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. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/tsl2550.c')
-rw-r--r--drivers/misc/tsl2550.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/tsl2550.c b/drivers/misc/tsl2550.c
index 5bc10fa193de..b00335652e52 100644
--- a/drivers/misc/tsl2550.c
+++ b/drivers/misc/tsl2550.c
@@ -20,7 +20,6 @@
*/
#include <linux/module.h>
-#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/mutex.h>