From: H Hartley Sweeten Date: Mon, 25 Jun 2012 22:57:49 +0000 (-0700) Subject: staging: comedi: cb_das16_cs: cleanup the pcmcia_driver declaration X-Git-Tag: v3.6-rc1~100^2~542 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8bed9c6f46893c7d1fc43539058346fd4fbbaf1;p=pandora-kernel.git 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 Cc: Ian Abbott Cc: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed