* [PATCH 24/32] pci_setup() is init, not devinit
@ 2008-11-22 17:37 Al Viro
0 siblings, 0 replies; only message in thread
From: Al Viro @ 2008-11-22 17:37 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
for fsck sake, it's used only when parsing kernel command line...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
drivers/pci/pci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -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, ',');
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-22 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-22 17:37 [PATCH 24/32] pci_setup() is init, not devinit Al Viro
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.