diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-22 01:23:07 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-08 03:10:19 +0400 |
commit | e2527ec3690bc820e5b4288577f79945f4a22d77 (patch) | |
tree | 7d7a7f8159f424d2f8564eb21ce12b8693616a5b /drivers/misc/eeprom/sunxi_sid.c | |
parent | 4c020b032b8a15966e1207b71144ffbb75697e29 (diff) | |
download | linux-e2527ec3690bc820e5b4288577f79945f4a22d77.tar.xz |
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/eeprom/sunxi_sid.c')
-rw-r--r-- | drivers/misc/eeprom/sunxi_sid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/sunxi_sid.c b/drivers/misc/eeprom/sunxi_sid.c index 9c34e5704304..e703c71f2b41 100644 --- a/drivers/misc/eeprom/sunxi_sid.c +++ b/drivers/misc/eeprom/sunxi_sid.c @@ -21,7 +21,6 @@ #include <linux/err.h> #include <linux/export.h> #include <linux/fs.h> -#include <linux/init.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/kobject.h> |