From: H Hartley Sweeten Date: Thu, 3 May 2012 22:09:40 +0000 (-0700) Subject: staging: comedi: use module_comedi_driver X-Git-Tag: v3.5-rc1~145^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=294f930d98be86fb4f34302c718a49719650857f;p=pandora-kernel.git staging: comedi: use module_comedi_driver Convert the refactored comedi drivers to use the module_comedi_driver() macro which makes the code smaller and a bit simpler. In the process, rename the driver variables from driver_* to *_driver, as is more typical with other subsystems, and make sure they are all static. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Cc: Mori Hess Cc: Greg Kroah-Hartman Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed