From 96249cf9847da57a147b30dfed88fe585d578970 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 19 Jun 2007 09:47:28 +0200 Subject: [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 Signed-off-by: James Bottomley --- drivers/scsi/zorro7xx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/scsi/zorro7xx.c') 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) -- cgit