diff options
Diffstat (limited to 'arch/tile/kernel/pci_gx.c')
-rw-r--r-- | arch/tile/kernel/pci_gx.c | 2 |
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) | |||
1060 | } | 1060 | } |
1061 | 1061 | ||
1062 | /* Process any "pci=" kernel boot arguments. */ | 1062 | /* Process any "pci=" kernel boot arguments. */ |
1063 | char *pcibios_setup(char *str) | 1063 | char *__init pcibios_setup(char *str) |
1064 | { | 1064 | { |
1065 | if (!strcmp(str, "off")) { | 1065 | if (!strcmp(str, "off")) { |
1066 | pci_probe = 0; | 1066 | pci_probe = 0; |