diff options
author | H Hartley Sweeten <hartleys@visionengravers.com> | 2012-11-29 20:17:00 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-29 21:05:29 -0500 |
commit | dba18c58e0e116b7185277385e087041c52f2afd (patch) | |
tree | 8db86d8856e6069bff695f9a7fcf7e805cf35e76 | |
parent | 70ff406599a5debfa6e5ef243e5e093f63a9ed69 (diff) |
staging: comedi: addi_apci_2032: remove unnecessary info from boardinfo
The i_IorangeBase[012], i_PCIEeprom, and pc_EepromChip data in the
boardinfo was only needed to work out the usage of the PCI bars.
This is no longer needed so remove the data.
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>
-rw-r--r-- | drivers/staging/comedi/drivers/addi_apci_2032.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/comedi/drivers/addi_apci_2032.c b/drivers/staging/comedi/drivers/addi_apci_2032.c index e0b307cc41a4..aae04d402da4 100644 --- a/drivers/staging/comedi/drivers/addi_apci_2032.c +++ b/drivers/staging/comedi/drivers/addi_apci_2032.c | |||
@@ -10,10 +10,6 @@ static const struct addi_board apci2032_boardtypes[] = { | |||
10 | .pc_DriverName = "apci2032", | 10 | .pc_DriverName = "apci2032", |
11 | .i_VendorId = PCI_VENDOR_ID_ADDIDATA, | 11 | .i_VendorId = PCI_VENDOR_ID_ADDIDATA, |
12 | .i_DeviceId = 0x1004, | 12 | .i_DeviceId = 0x1004, |
13 | .i_IorangeBase0 = 4, | ||
14 | .i_IorangeBase1 = APCI2032_ADDRESS_RANGE, | ||
15 | .i_PCIEeprom = ADDIDATA_EEPROM, | ||
16 | .pc_EepromChip = ADDIDATA_93C76, | ||
17 | .i_NbrDoChannel = 32, | 13 | .i_NbrDoChannel = 32, |
18 | .i_DoMaxdata = 0xffffffff, | 14 | .i_DoMaxdata = 0xffffffff, |
19 | .i_Timer = 1, | 15 | .i_Timer = 1, |