From: Ian Abbott Date: Tue, 30 Oct 2012 13:30:04 +0000 (+0000) Subject: staging: comedi/drivers: use auto_attach instead of attach_pci X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~790 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=750af5e568d060ec6994cdcb4e86cdddfcd473c0;p=pandora-kernel.git staging: comedi/drivers: use auto_attach instead of attach_pci Change comedi drivers for PCI boards to use the new `auto_attach()` method instead of the `attach_pci()` method. I plan to remove the `attach_pci()` and `attach_usb()` methods from `struct comedi_driver` once nothing is using them. Tag the functions with `__devinit` where they are not already so tagged, as they are only called during PCI probe. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed