| Submitter | Benjamin Herrenschmidt |
|---|---|
| Date | Dec. 16, 2009, 10:54 p.m. |
| Message ID | <1261004063.20129.113.camel@pasglop> |
| Download | mbox | patch |
| Permalink | /patch/41287/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
--- linux-work.orig/drivers/pci/pci.c 2009-12-09 17:33:24.000000000 +1100 +++ linux-work/drivers/pci/pci.c 2009-12-09 17:34:16.000000000 +1100 @@ -2723,6 +2723,11 @@ int __attribute__ ((weak)) pci_ext_cfg_a return 1; } +void __weak pci_fixup_cardbus(struct pci_bus *bus) +{ +} +EXPORT_SYMBOL(pci_fixup_cardbus); Or is that broken in some way ? I'm starting to regret trying to use weak stuff :-) I may turn it into a good