summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/pci_gx.c
diff options
context:
space:
mode:
authorChris Metcalf2013-08-13 21:17:38 +0200
committerChris Metcalf2013-09-03 20:53:15 +0200
commit7b770a6a0a8504327224ad891d6862893456290d (patch)
treeae05f896239de275b5c513fb2d4a27bc784d3336 /arch/tile/kernel/pci_gx.c
parenttile: check for correct compiler earlier in asm-offsets.c (diff)
downloadkernel-qcow2-linux-7b770a6a0a8504327224ad891d6862893456290d.tar.gz
kernel-qcow2-linux-7b770a6a0a8504327224ad891d6862893456290d.tar.xz
kernel-qcow2-linux-7b770a6a0a8504327224ad891d6862893456290d.zip
tile: mark pcibios_init() as __init
It was bombed away because it was previously marked as __devinit, but it should be an __init function. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/kernel/pci_gx.c')
-rw-r--r--arch/tile/kernel/pci_gx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/kernel/pci_gx.c b/arch/tile/kernel/pci_gx.c
index 48438818d696..66ef9db5c2fb 100644
--- a/arch/tile/kernel/pci_gx.c
+++ b/arch/tile/kernel/pci_gx.c
@@ -1060,7 +1060,7 @@ void pcibios_fixup_bus(struct pci_bus *bus)
}
/* Process any "pci=" kernel boot arguments. */
-char *pcibios_setup(char *str)
+char *__init pcibios_setup(char *str)
{
if (!strcmp(str, "off")) {
pci_probe = 0;