diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-06-19 09:47:28 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-19 19:53:35 -0700 |
commit | 96249cf9847da57a147b30dfed88fe585d578970 (patch) | |
tree | 6308767b2939bb3ac5bf8790a00578d49f48279f /drivers/scsi/zorro7xx.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/zorro7xx.c')
-rw-r--r-- | drivers/scsi/zorro7xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 = { }, { 0 } }; -MODULE_DEVICE_TABLE(zorro, zorro7xx_zorro_tbl); static int __devinit zorro7xx_init_one(struct zorro_dev *z, const struct zorro_device_id *ent) |