]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: comedi: dyna_pci10xx: remove unused bars from the private data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Thu, 19 Jul 2012 02:00:37 +0000 (19:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:51:37 +0000 (16:51 -0700)
commit87790601cc603ea657fa667dd329fb21f318dfa9
treed3eb915a462edb9c487db7deb442f3cdc45cd06d
parent423e0e3f551212df86d4e06287d253c2ae26e8dd
staging: comedi: dyna_pci10xx: remove unused bars from the private data

All of the pci device base address registers are saved in the private
data but only bar2 and bar3 are used by the driver. Remove the others.

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/dyna_pci10xx.c