[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070224104603.20765.30521.sendpatchset@thinktank.campus.ltu.se>
Date: Sat, 24 Feb 2007 11:46:06 +0100 (MET)
From: Richard Knutsson <ricknu-0@...dent.ltu.se>
To: Ben Dooks <ben-linux@...ff.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Vincent Sanders <vince@....linux.org.uk>,
linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Richard Knutsson <ricknu-0@...dent.ltu.se>
Subject: [PATCH] drivers/mfd/sm501.c: Replace pci_module_init with pci_register_driver
Replace pci_module_init with pci_register_driver
Signed-off-by: Richard Knutson <ricknu-0@...dent.ltu.se>
---
Compile-tested with "allyes", "allmod" & "allno" on i386
diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c
index 5c5a1e2..c707c8e 100644
--- a/drivers/mfd/sm501.c
+++ b/drivers/mfd/sm501.c
@@ -1131,7 +1131,7 @@ static struct platform_driver sm501_plat_drv = {
static int __init sm501_base_init(void)
{
platform_driver_register(&sm501_plat_drv);
- return pci_module_init(&sm501_pci_drv);
+ return pci_register_driver(&sm501_pci_drv);
}
static void __exit sm501_base_exit(void)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists