| Submitter | Matias Garcia |
|---|---|
| Date | Sept. 19, 2011, 3:35 p.m. |
| Message ID | <1316446511.10785.34.camel@matias-lnx-host> |
| Download | mbox | patch |
| Permalink | /patch/115368/ |
| State | Accepted |
| Delegated to: | Kumar Gala |
| Headers | show |
Comments
On Sep 19, 2011, at 10:35 AM, Matias Garcia wrote: > > Here's the patch against 2.6.37: > > Change quirk_fsl_pcie_header from __init to __devinit. > > Signed-off-by: Matias Garcia <mgarcia@rossvideo.com> applied - k
Patch
diff --git a/arch/powerpc/sysdev/fsl_pci.c b/arch/powerpc/sysdev/fsl_pci.c index 818f7c6..8807d77 100644 --- a/arch/powerpc/sysdev/fsl_pci.c +++ b/arch/powerpc/sysdev/fsl_pci.c @@ -36,7 +36,7 @@ static int fsl_pcie_bus_fixup, is_mpc83xx_pci; -static void __init quirk_fsl_pcie_header(struct pci_dev *dev) +static void __devinit quirk_fsl_pcie_header(struct pci_dev *dev) { /* if we aren't a PCIe don't bother */ if (!pci_find_capability(dev, PCI_CAP_ID_EXP))