~ubuntu-branches/ubuntu/saucy/seabios/saucy-proposed

« back to all changes in this revision

Viewing changes to src/usb-uhci.c

  • Committer: Package Import Robot
  • Author(s): Michael Tokarev
  • Date: 2013-07-08 21:34:44 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130708213444-6ed9q23j39x143lu
Tags: 1.7.3-1
Multi-Arch: allowed

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
}
236
236
 
237
237
void
238
 
uhci_init(struct pci_device *pci, int busid)
 
238
uhci_setup(struct pci_device *pci, int busid)
239
239
{
240
240
    if (! CONFIG_USB_UHCI)
241
241
        return;