projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
626fdfe
)
ia64/PCI: adjust section annotation for pcibios_setup()
author
Ingo Molnar
<mingo@elte.hu>
Tue, 30 Jun 2009 22:10:16 +0000
(
00:10
+0200)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 30 Jun 2009 23:26:53 +0000
(16:26 -0700)
Should be __init.
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
arch/ia64/pci/pci.c
patch
|
blob
|
history
diff --git
a/arch/ia64/pci/pci.c
b/arch/ia64/pci/pci.c
index 729298f4b23438dfbd299d6019d59889448e19a5..7de76dd352fe4e6350ee0a8bf6d366fe05c66f35 100644
(file)
--- a/
arch/ia64/pci/pci.c
+++ b/
arch/ia64/pci/pci.c
@@
-537,7
+537,7
@@
pcibios_align_resource (void *data, struct resource *res,
/*
* PCI BIOS setup, always defaults to SAL interface
*/
-char * __
dev
init
+char * __init
pcibios_setup (char *str)
{
return str;