staging: comedi: das08_cs: cleanup the pcmcia_driver declaration
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 2 Jul 2012 22:44:30 +0000 (15:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 22:51:18 +0000 (15:51 -0700)
commit27fa05bc3726430c5b369a3ffbe63d38ac7196d7
treeb7c1aae620f346f6a537846f41250bd0f9051ebe
parent36061c842be56f62bf77d7339bc4581a38e03846
staging: comedi: das08_cs: cleanup the pcmcia_driver declaration

For aesthetic reasons, add some whitespace to the declaration
of the pcmcia_driver and reorder it a bit.

Also, the symbol 'das08_cs_driver' is only referenced in this file,
make it static. This quiets the following sparse warning:

warning: symbol 'das08_cs_driver' was not declared. Should it be static?

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