staging: comedi: das08: Remove i8254_iobase from private data
authorIan Abbott <abbotti@mev.co.uk>
Fri, 31 Aug 2012 19:41:39 +0000 (20:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 19:00:42 +0000 (12:00 -0700)
commit4d31848a737206fc2d309aa4f37c4f390182fda2
tree190abb0b45d56da87679f6cf10681e80d3674c5b
parentfb8ff5d501e8b461d604db941673efbc7dc9d347
staging: comedi: das08: Remove i8254_iobase from private data

The I/O port base address for the counter subdevice doesn't need to be
stored in the private data.  It can be calculated on the fly using the
offset in the static board data.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das08.c
drivers/staging/comedi/drivers/das08.h