]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: addi_apci_1564: remove unnecessary info from boardinfo
authorChase Southwood <chase.southwood@gmail.com>
Tue, 29 Apr 2014 08:37:17 +0000 (03:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 May 2014 23:56:49 +0000 (19:56 -0400)
commit0686c7155933dd4ee1f8babc4149f809b4afc8a0
tree4f1136b35683fc79215dcd05226b6bc06e680754
parent4b5681b5e7401b874639ecaf08a96e5a6b765b59
staging: comedi: addi_apci_1564: remove unnecessary info from boardinfo

The i_IorangeBase1, i_PCIEeprom, and pc_EepromChip data in the boardinfo
was only needed to work out the usage of the PCI bars.  Now that that is
squared away, this info is no longer needed and can be removed.

Signed-off-by: Chase Southwood <chase.southwood@gmail.com>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/addi_apci_1564.c