From: H Hartley Sweeten Date: Mon, 29 Oct 2012 23:51:16 +0000 (-0700) Subject: staging: comedi: addi_common: move module init code to EOF X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~842 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3974c5c08d50fb3a23ec825186a60535264142e8;p=pandora-kernel.git staging: comedi: addi_common: move module init code to EOF Move the module_{init,exit} code and associated variables to the end of the file. Use module_comedi_pci_driver() to remove the module init boilerplate. For aesthetic reasons, rename the comedi_driver and pci_driver from driver_* to *_driver. Remove the forward declarations for i_ADDI_{Attach,Detach}. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed