Loading arch/x86/pci/common.c +1 −1 Original line number Diff line number Diff line Loading @@ -494,7 +494,7 @@ int __init pcibios_init(void) return 0; } char * __devinit pcibios_setup(char *str) char * __init pcibios_setup(char *str) { if (!strcmp(str, "off")) { pci_probe = 0; Loading Loading
arch/x86/pci/common.c +1 −1 Original line number Diff line number Diff line Loading @@ -494,7 +494,7 @@ int __init pcibios_init(void) return 0; } char * __devinit pcibios_setup(char *str) char * __init pcibios_setup(char *str) { if (!strcmp(str, "off")) { pci_probe = 0; Loading