Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad04d31e authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

pci_setup() is init, not devinit



for fsck sake, it's used only when parsing kernel command line...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4bcc17dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, ',');