From: Ian Abbott Date: Thu, 24 May 2012 16:27:13 +0000 (+0100) Subject: staging: comedi: das08: Use module_comedi_{pci_, }driver X-Git-Tag: v3.6-rc1~100^2~1011 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e576a5707c95a4fb5927d97ed21582a55f75a82;p=pandora-kernel.git staging: comedi: das08: Use module_comedi_{pci_, }driver If PCI boards are supported, use the module_comedi_pci_driver() macro to register the module as a comedi driver and a PCI driver. Otherwise, if ISA (or PC/104) boards are supported, use the module_comedi_driver() macro to register the module as a comedi driver. Otherwise, this is only a helper module for an external comedi driver (das08_cs). Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed