projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7477dc2
)
unicore32/PCI: adjust section annotations for pcibios_setup()
author
Myron Stowe
<myron.stowe@redhat.com>
Tue, 26 Jun 2012 03:32:25 +0000
(21:32 -0600)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Thu, 5 Jul 2012 21:09:14 +0000
(15:09 -0600)
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>
arch/unicore32/kernel/pci.c
patch
|
blob
|
history
diff --git
a/arch/unicore32/kernel/pci.c
b/arch/unicore32/kernel/pci.c
index
2fc2b1b
..
46cb6c9
100644
(file)
--- a/
arch/unicore32/kernel/pci.c
+++ b/
arch/unicore32/kernel/pci.c
@@
-296,7
+296,7
@@
static int __init pci_common_init(void)
}
subsys_initcall(pci_common_init);
-char * __
dev
init pcibios_setup(char *str)
+char * __init pcibios_setup(char *str)
{
if (!strcmp(str, "debug")) {
debug_pci = 1;