summaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_sil.c
diff options
context:
space:
mode:
authorPaul Gortmaker2014-01-21 22:22:51 +0100
committerTejun Heo2014-02-13 22:40:56 +0100
commit1bc18086231c130895b87ec049be8ddcdab552b8 (patch)
tree3b83173eeee5a9d0a67a5fa1cf81a785879b830f /drivers/ata/sata_sil.c
parentLinus 3.14-rc1 (diff)
downloadkernel-qcow2-linux-1bc18086231c130895b87ec049be8ddcdab552b8.tar.gz
kernel-qcow2-linux-1bc18086231c130895b87ec049be8ddcdab552b8.tar.xz
kernel-qcow2-linux-1bc18086231c130895b87ec049be8ddcdab552b8.zip
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/sata_sil.c')
-rw-r--r--drivers/ata/sata_sil.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/sata_sil.c b/drivers/ata/sata_sil.c
index d67fc351343c..e476e7b9a441 100644
--- a/drivers/ata/sata_sil.c
+++ b/drivers/ata/sata_sil.c
@@ -37,7 +37,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
-#include <linux/init.h>
#include <linux/blkdev.h>
#include <linux/delay.h>
#include <linux/interrupt.h>