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