forked from Minki/linux
staging: comedi: amplc_pci224: __devinit pci224_attach_pci()
pci224_attach_pci() is only called during PCI probe, indirectly via comedi_pci_auto_config(), so it can be marked __devinit. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c894ec8da0
commit
52954abcee
@ -1495,7 +1495,7 @@ static int pci224_attach(struct comedi_device *dev, struct comedi_devconfig *it)
|
||||
return pci224_attach_common(dev, pci_dev, it->options);
|
||||
}
|
||||
|
||||
static int
|
||||
static int __devinit
|
||||
pci224_attach_pci(struct comedi_device *dev, struct pci_dev *pci_dev)
|
||||
{
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user