projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bcc17d
)
pci_setup() is init, not devinit
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 22 Nov 2008 17:37:14 +0000
(17:37 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 30 Nov 2008 18:03:37 +0000
(10:03 -0800)
for fsck sake, it's used only when parsing kernel command line...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pci/pci.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pci.c
b/drivers/pci/pci.c
index
28af496
..
061d1ee
100644
(file)
--- a/
drivers/pci/pci.c
+++ b/
drivers/pci/pci.c
@@
-2042,7
+2042,7
@@
static int __devinit pci_init(void)
return 0;
}
-static int __
dev
init pci_setup(char *str)
+static int __init pci_setup(char *str)
{
while (str) {
char *k = strchr(str, ',');