From: H Hartley Sweeten Date: Tue, 3 Jul 2012 01:10:46 +0000 (-0700) Subject: staging: comedi: dmm32at: use module_comedi_driver X-Git-Tag: v3.6-rc1~100^2~426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f49dd46c5db2912d2dd985f400f6237fd30255;p=pandora-kernel.git staging: comedi: dmm32at: use module_comedi_driver Convert driver to use the module_comedi_driver() macro to remove some of the boilerplate. Move the comedi_driver variable to the end of the file to keep it with the module_comedi_driver() macro. This also removes the need for some of the forward declarations. While moving the variable: 1) strip out the unnecessary cut-and-paste skel driver comments 2) add whitespace to improve the readability 3) rename the variable from driver* to *driver Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed