staging: comedi: cb_das16_cs: cleanup the pcmcia_driver declaration
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 25 Jun 2012 22:57:49 +0000 (15:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:20:19 +0000 (15:20 -0700)
commite8bed9c6f46893c7d1fc43539058346fd4fbbaf1
treeed5896f438c4eb75751c543db240303231b8e6a0
parent64c205f99790798fdcf42ea5093df1393a867e30
staging: comedi: cb_das16_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 'das16cs_driver' is only referenced in this file,
make it static. This quiets the following sparse warning:

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

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_das16_cs.c
This page took 0.024481 seconds and 5 git commands to generate.