projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb78a2
)
sn_pci_controller_fixup() should be __init
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 22 Nov 2008 17:38:24 +0000
(17:38 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 30 Nov 2008 18:03:38 +0000
(10:03 -0800)
called only from __init
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/sn/kernel/io_init.c
patch
|
blob
|
history
diff --git
a/arch/ia64/sn/kernel/io_init.c
b/arch/ia64/sn/kernel/io_init.c
index
c3aa851
..
4e1801b
100644
(file)
--- a/
arch/ia64/sn/kernel/io_init.c
+++ b/
arch/ia64/sn/kernel/io_init.c
@@
-292,7
+292,7
@@
EXPORT_SYMBOL(sn_io_slot_fixup);
* sn_pci_controller_fixup() - This routine sets up a bus's resources
* consistent with the Linux PCI abstraction layer.
*/
-static void
+static void
__init
sn_pci_controller_fixup(int segment, int busnum, struct pci_bus *bus)
{
s64 status = 0;