diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-08 17:08:26 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-09 00:01:39 +0100 |
commit | 803a536243b3a1ed2289f41897b11b72bd083309 (patch) | |
tree | 71968002884e9ff5e8444bb5088efeafae7153b8 /drivers/usb/host/isp116x-hcd.c | |
parent | usb:hub set hub->change_bits when over-current happens (diff) | |
download | linux-803a536243b3a1ed2289f41897b11b72bd083309.tar.xz linux-803a536243b3a1ed2289f41897b11b72bd083309.zip |
usb: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/isp116x-hcd.c')
-rw-r--r-- | drivers/usb/host/isp116x-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/isp116x-hcd.c b/drivers/usb/host/isp116x-hcd.c index 2740f65936bd..240e792c81a7 100644 --- a/drivers/usb/host/isp116x-hcd.c +++ b/drivers/usb/host/isp116x-hcd.c @@ -60,7 +60,6 @@ #include <linux/debugfs.h> #include <linux/seq_file.h> #include <linux/errno.h> -#include <linux/init.h> #include <linux/list.h> #include <linux/slab.h> #include <linux/usb.h> |