OSDN Git Service

staging: comedi: das_08: absorb i8254_struct into the private data
authorH Hartley Sweeten <hartleys@visionengravers.com>
Fri, 29 Jun 2012 18:02:59 +0000 (11:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:46:08 +0000 (15:46 -0700)
commit807271462037e47b9a053a6547f3efc569bb7596
tree1efa5f5f7d28eea451f4c28a8d7a6b851b63e727
parentb47e30a9e5970dea1a75a4f88bc6eb1c4a5dc941
staging: comedi: das_08: absorb i8254_struct into the private data

The i8254_struct now only contains the iobase address used to
read/write the 8254 timer device. Move that variable into the
das08 private data struct and remove the i8254_struct.

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