This variable is not used in the driver. Remove it.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
#define PCI_DEVICE_ID_ICP_MULTI 0x8000
-#define IORANGE_ICP_MULTI 32
-
#define ICP_MULTI_ADC_CSR 0 /* R/W: ADC command/status register */
#define ICP_MULTI_AI 2 /* R: Analogue input data */
#define ICP_MULTI_DAC_CSR 4 /* R/W: DAC command/status register */
struct boardtype {
const char *name; /* driver name */
int device_id;
- int iorange; /* I/O range len */
char have_irq; /* 1=card support IRQ */
};
{
.name = "icp_multi",
.device_id = PCI_DEVICE_ID_ICP_MULTI,
- .iorange = IORANGE_ICP_MULTI,
.have_irq = 1,
},
};