diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2014-01-21 16:22:51 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-02-13 16:40:56 -0500 |
commit | 1bc18086231c130895b87ec049be8ddcdab552b8 (patch) | |
tree | 3b83173eeee5a9d0a67a5fa1cf81a785879b830f /drivers/ata/pata_ns87410.c | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
ata: 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: linux-ide@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/pata_ns87410.c')
-rw-r--r-- | drivers/ata/pata_ns87410.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/pata_ns87410.c b/drivers/ata/pata_ns87410.c index 0c424dae56e7..6154c3ee11a5 100644 --- a/drivers/ata/pata_ns87410.c +++ b/drivers/ata/pata_ns87410.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
21 | #include <linux/module.h> | 21 | #include <linux/module.h> |
22 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
23 | #include <linux/init.h> | ||
24 | #include <linux/blkdev.h> | 23 | #include <linux/blkdev.h> |
25 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
26 | #include <scsi/scsi_host.h> | 25 | #include <scsi/scsi_host.h> |