Skip to content

Commit

Permalink
unicore32/PCI: adjust section annotations for pcibios_setup()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Myron Stowe authored and Bjorn Helgaas committed Jul 5, 2012
1 parent 7477dc2 commit 5d9a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/unicore32/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5d9a19e

Please sign in to comment.