aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/a4000t.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2007-06-19 09:47:28 +0200
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-06-19 19:53:35 -0700
commit96249cf9847da57a147b30dfed88fe585d578970 (patch)
tree6308767b2939bb3ac5bf8790a00578d49f48279f /drivers/scsi/a4000t.c
parent4a904a65fab83bcdd6b00470ac6c4aa80518e6a9 (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/a4000t.c b/drivers/scsi/a4000t.c
index e1c6eda64c5..6a5784683ed 100644
--- a/drivers/scsi/a4000t.c
+++ b/drivers/scsi/a4000t.c
@@ -12,6 +12,7 @@
#include <linux/platform_device.h>
#include <linux/init.h>
#include <linux/interrupt.h>
+#include <asm/amigahw.h>
#include <asm/amigaints.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_transport_spi.h>