diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-02-22 11:13:17 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-26 18:06:05 -0500 |
commit | 4419708807308fc93ec9a135db7ffe50b182fdda (patch) | |
tree | 59930c4e75b6961ff8423191750f882e38b172d6 /arch/mips/pci/pci.c | |
parent | d2af363cfb94f1bacb3e60327bc44a97881a38c2 (diff) |
[MIPS] Mark pcibios_fixup_device_resources() as __devinit
pcibios_fixup_device_resources() is called by pcibios_fixup_bus() which is
marked as __devinit.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci/pci.c')
-rw-r--r-- | arch/mips/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/pci.c b/arch/mips/pci/pci.c index 697a7e48cb8d..de7cfc559ddb 100644 --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c | |||
@@ -231,7 +231,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) | |||
231 | return pcibios_plat_dev_init(dev); | 231 | return pcibios_plat_dev_init(dev); |
232 | } | 232 | } |
233 | 233 | ||
234 | static void __init pcibios_fixup_device_resources(struct pci_dev *dev, | 234 | static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev, |
235 | struct pci_bus *bus) | 235 | struct pci_bus *bus) |
236 | { | 236 | { |
237 | /* Update device resources. */ | 237 | /* Update device resources. */ |