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/p54/p54pci.c | |
parent | c9e4a3fb153ddaea715e1ba9233f766a67abe5e4 (diff) | |
download | op-kernel-dev-c8bf40ad4f8f5d26f6744020ad51be420a707385.zip op-kernel-dev-c8bf40ad4f8f5d26f6744020ad51be420a707385.tar.gz |
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/p54/p54pci.c')
-rw-r--r-- | drivers/net/wireless/p54/p54pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/p54/p54pci.c b/drivers/net/wireless/p54/p54pci.c index f9a07b0..d411de4 100644 --- a/drivers/net/wireless/p54/p54pci.c +++ b/drivers/net/wireless/p54/p54pci.c @@ -13,7 +13,6 @@ * published by the Free Software Foundation. */ -#include <linux/init.h> #include <linux/pci.h> #include <linux/slab.h> #include <linux/firmware.h> |