aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/ops-bcm63xx.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2012-06-04 04:42:04 +0100
committerRalf Baechle <ralf@linux-mips.org>2012-07-23 13:55:55 +0100
commitf7257d38ebb1bd3b8f80662c67ec7d502ac67421 (patch)
treee45a74f9686d2d27be0fd50794455a971746074d /arch/mips/pci/ops-bcm63xx.c
parentMIPS: Alchemy: Use kmemdup rather than duplicating its implementation (diff)
downloadlinux-dev-f7257d38ebb1bd3b8f80662c67ec7d502ac67421.tar.xz
linux-dev-f7257d38ebb1bd3b8f80662c67ec7d502ac67421.zip
MIPS: PCI: Add missing __devinit attributions to fixup functions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/ops-bcm63xx.c')
-rw-r--r--arch/mips/pci/ops-bcm63xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/ops-bcm63xx.c b/arch/mips/pci/ops-bcm63xx.c
index 822ae179bc56..097239ba4bc9 100644
--- a/arch/mips/pci/ops-bcm63xx.c
+++ b/arch/mips/pci/ops-bcm63xx.c
@@ -411,7 +411,7 @@ struct pci_ops bcm63xx_cb_ops = {
* only one IO window, so it cannot be shared by PCI and cardbus, use
* fixup to choose and detect unhandled configuration
*/
-static void bcm63xx_fixup(struct pci_dev *dev)
+static void __devinit bcm63xx_fixup(struct pci_dev *dev)
{
static int io_window = -1;
int i, found, new_io_window;