diff options
author | Ondrej Zary <linux@rainbow-software.org> | 2015-02-06 17:11:48 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-04-09 21:08:44 -0400 |
commit | 954a9fd79b165c14e136e8f90e822ba3d186f6b1 (patch) | |
tree | 1567f5f23c14230d6c539f650597156c9cabfe56 /drivers/scsi/aha1542.c | |
parent | 1d084d200d2a57219ec2c912c700ddff09f0676c (diff) |
aha1542: cleanup includes
Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/aha1542.c')
-rw-r--r-- | drivers/scsi/aha1542.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/drivers/scsi/aha1542.c b/drivers/scsi/aha1542.c index 214b9f488869..16cb6f9d8307 100644 --- a/drivers/scsi/aha1542.c +++ b/drivers/scsi/aha1542.c | |||
@@ -11,23 +11,18 @@ | |||
11 | #include <linux/kernel.h> | 11 | #include <linux/kernel.h> |
12 | #include <linux/types.h> | 12 | #include <linux/types.h> |
13 | #include <linux/string.h> | 13 | #include <linux/string.h> |
14 | #include <linux/ioport.h> | ||
15 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
16 | #include <linux/proc_fs.h> | ||
17 | #include <linux/init.h> | 15 | #include <linux/init.h> |
18 | #include <linux/spinlock.h> | 16 | #include <linux/spinlock.h> |
19 | #include <linux/isa.h> | 17 | #include <linux/isa.h> |
20 | #include <linux/pnp.h> | 18 | #include <linux/pnp.h> |
21 | #include <linux/blkdev.h> | ||
22 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
23 | 20 | #include <linux/io.h> | |
24 | #include <asm/dma.h> | 21 | #include <asm/dma.h> |
25 | #include <asm/io.h> | 22 | #include <scsi/scsi_cmnd.h> |
26 | 23 | #include <scsi/scsi_device.h> | |
27 | #include "scsi.h" | ||
28 | #include <scsi/scsi_host.h> | 24 | #include <scsi/scsi_host.h> |
29 | #include "aha1542.h" | 25 | #include "aha1542.h" |
30 | #include <linux/stat.h> | ||
31 | 26 | ||
32 | #ifdef DEBUG | 27 | #ifdef DEBUG |
33 | #define DEB(x) x | 28 | #define DEB(x) x |