aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/dmx3191d.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/dmx3191d.c')
-rw-r--r--drivers/scsi/dmx3191d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/dmx3191d.c b/drivers/scsi/dmx3191d.c
index 4b0dd8c56707..6d534b9ffc91 100644
--- a/drivers/scsi/dmx3191d.c
+++ b/drivers/scsi/dmx3191d.c
@@ -38,8 +38,8 @@
38#define NCR5380_read(reg) inb(port + reg) 38#define NCR5380_read(reg) inb(port + reg)
39#define NCR5380_write(reg, value) outb(value, port + reg) 39#define NCR5380_write(reg, value) outb(value, port + reg)
40 40
41#define NCR5380_implementation_fields unsigned int port 41#define NCR5380_implementation_fields /* none */
42#define NCR5380_local_declare() NCR5380_implementation_fields 42#define NCR5380_local_declare() unsigned int port
43#define NCR5380_setup(instance) port = instance->io_port 43#define NCR5380_setup(instance) port = instance->io_port
44 44
45/* 45/*