diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-02 18:58:32 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-01-03 15:37:01 -0500 |
commit | c8bf40ad4f8f5d26f6744020ad51be420a707385 (patch) | |
tree | 38794721090b7ee817f7aab4d7ba5ad83064ea2f /drivers/net/wireless/rtl818x/rtl8187/rtl8225.c | |
parent | c9e4a3fb153ddaea715e1ba9233f766a67abe5e4 (diff) |
wireless: 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>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Acked-by: Christian Lamparter <chunkeey@googlemail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtl818x/rtl8187/rtl8225.c')
-rw-r--r-- | drivers/net/wireless/rtl818x/rtl8187/rtl8225.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c b/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c index a26193a04447..5ecf18ed67b8 100644 --- a/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c +++ b/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c | |||
@@ -16,7 +16,6 @@ | |||
16 | * published by the Free Software Foundation. | 16 | * published by the Free Software Foundation. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/init.h> | ||
20 | #include <linux/usb.h> | 19 | #include <linux/usb.h> |
21 | #include <net/mac80211.h> | 20 | #include <net/mac80211.h> |
22 | 21 | ||