From: H Hartley Sweeten Date: Sat, 26 Jan 2013 01:37:27 +0000 (-0700) Subject: staging: comedi: ni_labpc_cs: move comedi_driver declaration X-Git-Tag: v3.9-rc1~127^2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6749ffa84028b5283889eb68b9bbec2e27049722;p=pandora-kernel.git 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 Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed