aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mpc1211
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-20 13:22:47 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-07-20 13:22:47 +0900
commitbd5f0d1c256fdf286fab358a04e87476e3535075 (patch)
tree46dc41eed8618d2a3a9717830b5e165ddea17553 /arch/sh/boards/mpc1211
parentsh: Wire up fallocate() syscall. (diff)
downloadlinux-dev-bd5f0d1c256fdf286fab358a04e87476e3535075.tar.xz
linux-dev-bd5f0d1c256fdf286fab358a04e87476e3535075.zip
sh: Fix up PCI section mismatch warnings.
Flag pcibios_setup() and pcibios_fixup_bus() as __devinit. Follows the sh64 change. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mpc1211')
-rw-r--r--arch/sh/boards/mpc1211/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mpc1211/pci.c b/arch/sh/boards/mpc1211/pci.c
index 4ed1a95c6d56..23849f70f133 100644
--- a/arch/sh/boards/mpc1211/pci.c
+++ b/arch/sh/boards/mpc1211/pci.c
@@ -187,7 +187,7 @@ char * __devinit pcibios_setup(char *str)
* are examined.
*/
-void __init pcibios_fixup_bus(struct pci_bus *b)
+void __devinit pcibios_fixup_bus(struct pci_bus *b)
{
pci_read_bridge_bases(b);
}