Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 430 → Rev 456

/shark/trunk/drivers/newpci/pci-driver.c
521,7 → 521,7
.resume = pci_device_resume,
};
 
static int __init pci_driver_init(void)
int __init pci_driver_init(void)
{
return bus_register(&pci_bus_type);
}