staging: comedi: cb_pcidas: remove unused io region size defines
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 27 Jun 2012 00:56:04 +0000 (17:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:23:51 +0000 (15:23 -0700)
commit4466fc45007c346971ae537cc64e82a8a4961160
treef95e25cfb38eb8faa65d254ce48f53f6abc87c02
parent193debd1987656a33773395e38c8427d2f02fbbc
staging: comedi: cb_pcidas: remove unused io region size defines

The defines for the size of the io regions are not used in the
driver. Also, this information can be found using the pci helper
pci_resource_len(). Remove the defines.

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_pcidas.c