lkml.org 
[lkml]   [2006]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] [MM] 2/10 pci_module_init() conversion
From: Henrik Kretzschmar <henne@nachtwindheim.de>

pci_module_init() convertion in amso1100 driver.
This is for mm only, cause this driver only exists there.
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

---

--- linux-2.6.18-rc5-mm1/drivers/infiniband/hw/amso1100/c2.c 2006-09-04 14:00:01.000000000 +0200
+++ linux/drivers/infiniband/hw/amso1100/c2.c 2006-09-04 14:13:07.000000000 +0200
@@ -1243,7 +1243,7 @@

static int __init c2_init_module(void)
{
- return pci_module_init(&c2_pci_driver);
+ return pci_register_driver(&c2_pci_driver);
}

static void __exit c2_exit_module(void)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-09-04 14:43    [W:3.049 / U:0.240 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site