mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-29 14:55:12 +00:00
unicore32/PCI: adjust section annotations for pcibios_setup()
Make pcibios_setup() consistently use the "__init" section annotation. Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Myron Stowe <myron.stowe@redhat.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
7477dc291b
commit
5d9a19e834
@ -296,7 +296,7 @@ static int __init pci_common_init(void)
|
||||
}
|
||||
subsys_initcall(pci_common_init);
|
||||
|
||||
char * __devinit pcibios_setup(char *str)
|
||||
char * __init pcibios_setup(char *str)
|
||||
{
|
||||
if (!strcmp(str, "debug")) {
|
||||
debug_pci = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user