diff options
author | Paul Gortmaker | 2014-01-08 11:08:26 -0500 |
---|---|---|
committer | Greg Kroah-Hartman | 2014-01-08 15:01:39 -0800 |
commit | 803a536243b3a1ed2289f41897b11b72bd083309 (patch) | |
tree | 71968002884e9ff5e8444bb5088efeafae7153b8 /drivers/usb/atm/cxacru.c | |
parent | 08d1dec6f4054e3613f32051d9b149d4203ce0d2 (diff) |
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/atm/cxacru.c')
-rw-r--r-- | drivers/usb/atm/cxacru.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c index 8a7eb77233b4..813d4d3a51c6 100644 --- a/drivers/usb/atm/cxacru.c +++ b/drivers/usb/atm/cxacru.c @@ -35,7 +35,6 @@ #include <linux/timer.h> #include <linux/errno.h> #include <linux/slab.h> -#include <linux/init.h> #include <linux/device.h> #include <linux/firmware.h> #include <linux/mutex.h> |