pci_setup() is init, not devinit

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>
This commit is contained in:
Al Viro 2008-11-22 17:37:14 +00:00 committed by Linus Torvalds
parent 4bcc17dd8e
commit ad04d31e5f
1 changed files with 1 additions and 1 deletions

View File

@ -2042,7 +2042,7 @@ static int __devinit pci_init(void)
return 0;
}
static int __devinit pci_setup(char *str)
static int __init pci_setup(char *str)
{
while (str) {
char *k = strchr(str, ',');