staging: comedi: cb_pcimdda: remove regs_badrindex and reg_sz from boardinfo
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 17 Aug 2012 02:51:58 +0000 (19:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Aug 2012 15:17:35 +0000 (08:17 -0700)
commitc8dd8e934087cc0ecf7033786ee00cff4ebcba4f
tree5b934bf55a6972a10d9ea5a814595d1d904758c7
parent08c3c4077857a7c56b76d1b5b9d50ae3f8190424
staging: comedi: cb_pcimdda: remove regs_badrindex and reg_sz from boardinfo

The base address of the card is always found in pci resource 3. There is
no need to carry this information in the boardinfo. The reg_sz is not
used in the driver. Remove them.

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>
drivers/staging/comedi/drivers/cb_pcimdda.c