From: Ian Abbott Date: Wed, 30 May 2012 18:04:39 +0000 (+0100) Subject: staging: comedi: amplc_pc263: Use module_comedi_{pci, }_driver() X-Git-Tag: v3.6-rc1~100^2~988 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40372f5f66c4d123b8bd17b785fadecd19eb2bd1;p=pandora-kernel.git staging: comedi: amplc_pc263: 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, only ISA boards are supported so use the module_comedi_driver() macro to register the module as a comedi driver. Renamed 'driver_amplc_pc263' to 'amplc_pc263_driver' and removed 'driver_' prefix from PCI related functions and variables, purely for aesthetic reasons. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed