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 | |
| 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>
| -rw-r--r-- | drivers/scsi/a4000t.c | 1 | ||||
| -rw-r--r-- | drivers/scsi/bvme6000_scsi.c | 2 | ||||
| -rw-r--r-- | drivers/scsi/zorro7xx.c | 1 |
3 files changed, 2 insertions, 2 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> |
diff --git a/drivers/scsi/bvme6000_scsi.c b/drivers/scsi/bvme6000_scsi.c index 1a79e1847d17..012cdea7946d 100644 --- a/drivers/scsi/bvme6000_scsi.c +++ b/drivers/scsi/bvme6000_scsi.c | |||
| @@ -112,7 +112,7 @@ static int __init bvme6000_scsi_init(void) | |||
| 112 | int err; | 112 | int err; |
| 113 | 113 | ||
| 114 | err = driver_register(&bvme6000_scsi_driver); | 114 | err = driver_register(&bvme6000_scsi_driver); |
| 115 | if (err) { | 115 | if (err) |
| 116 | return err; | 116 | return err; |
| 117 | 117 | ||
| 118 | bvme6000_scsi_device = platform_device_register_simple("bvme6000-scsi", | 118 | bvme6000_scsi_device = platform_device_register_simple("bvme6000-scsi", |
diff --git a/drivers/scsi/zorro7xx.c b/drivers/scsi/zorro7xx.c index 93fa8b8d8a8b..50703877a585 100644 --- a/drivers/scsi/zorro7xx.c +++ b/drivers/scsi/zorro7xx.c | |||
| @@ -65,7 +65,6 @@ static struct zorro_device_id zorro7xx_zorro_tbl[] __devinitdata = { | |||
| 65 | }, | 65 | }, |
| 66 | { 0 } | 66 | { 0 } |
| 67 | }; | 67 | }; |
| 68 | MODULE_DEVICE_TABLE(zorro, zorro7xx_zorro_tbl); | ||
| 69 | 68 | ||
| 70 | static int __devinit zorro7xx_init_one(struct zorro_dev *z, | 69 | static int __devinit zorro7xx_init_one(struct zorro_dev *z, |
| 71 | const struct zorro_device_id *ent) | 70 | const struct zorro_device_id *ent) |
