staging: comedi: ni_labpc_cs: move comedi_driver declaration
authorH Hartley Sweeten <hartleys@visionengravers.com>
Sat, 26 Jan 2013 01:37:27 +0000 (18:37 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Jan 2013 04:09:25 +0000 (23:09 -0500)
commit6749ffa84028b5283889eb68b9bbec2e27049722
tree9ccddf873fd7198d5fe7671a0e58bfb8beb176be
parentb2e1be03ac1747cbb758fa146fe5cf364f306420
staging: comedi: ni_labpc_cs: move comedi_driver declaration

Move the comedi_driver declaration down in the file. This removes
the need for the forward declaration.

For aesthetic reasons, add some whitespace to the declaration and
remove the unnecessary '&' before the function names. They are
already addresses.

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/ni_labpc_cs.c
This page took 0.032745 seconds and 5 git commands to generate.