diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-06-19 03:47:28 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-19 22:53:35 -0400 |
commit | 96249cf9847da57a147b30dfed88fe585d578970 (patch) | |
tree | 6308767b2939bb3ac5bf8790a00578d49f48279f /drivers/scsi/a4000t.c | |
parent | 4a904a65fab83bcdd6b00470ac6c4aa80518e6a9 (diff) |
[SCSI] 53c700: Fixup m68k drivers:
- a4000t.c: Add missing include, needed in some configurations
- bvme6000_scsi.c: Kill bogus opening brace
- zorro7xx.c: Remove MODULE_DEVICE_TABLE, it should be part of another
patch
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/a4000t.c')
-rw-r--r-- | drivers/scsi/a4000t.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/a4000t.c b/drivers/scsi/a4000t.c index e1c6eda64c51..6a5784683ed3 100644 --- a/drivers/scsi/a4000t.c +++ b/drivers/scsi/a4000t.c | |||
@@ -12,6 +12,7 @@ | |||
12 | #include <linux/platform_device.h> | 12 | #include <linux/platform_device.h> |
13 | #include <linux/init.h> | 13 | #include <linux/init.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <asm/amigahw.h> | ||
15 | #include <asm/amigaints.h> | 16 | #include <asm/amigaints.h> |
16 | #include <scsi/scsi_host.h> | 17 | #include <scsi/scsi_host.h> |
17 | #include <scsi/scsi_transport_spi.h> | 18 | #include <scsi/scsi_transport_spi.h> |