~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to drivers/net/ethernet/3com/3c509.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
308
308
        if (!dev)
309
309
                return -ENOMEM;
310
310
 
 
311
        SET_NETDEV_DEV(dev, pdev);
311
312
        netdev_boot_setup_check(dev);
312
313
 
313
314
        if (!request_region(ioaddr, EL3_IO_EXTENT, "3c509-isa")) {
598
599
                return -ENOMEM;
599
600
        }
600
601
 
 
602
        SET_NETDEV_DEV(dev, device);
601
603
        netdev_boot_setup_check(dev);
602
604
 
603
605
        el3_dev_fill(dev, phys_addr, ioaddr, irq, if_port, EL3_EISA);