Commit e0ea3233 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

PCI: remove pci_present() from drivers/net/wan/sbni.c

parent 9b01068c
......@@ -263,9 +263,6 @@ sbni_pci_probe( struct net_device *dev )
{
struct pci_dev *pdev = NULL;
if( !pci_present( ) )
return -ENODEV;
while( (pdev = pci_find_class( PCI_CLASS_NETWORK_OTHER << 8, pdev ))
!= NULL ) {
int pci_irq_line;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment