CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.

Signed-off-by: Bill Pemberton <[email protected]>
Cc: [email protected] 
---
 drivers/staging/rtl8187se/r8180_core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8187se/r8180_core.c 
b/drivers/staging/rtl8187se/r8180_core.c
index 3216c58..62a32d7 100644
--- a/drivers/staging/rtl8187se/r8180_core.c
+++ b/drivers/staging/rtl8187se/r8180_core.c
@@ -74,7 +74,7 @@ module_param(hwwep, int, S_IRUGO|S_IWUSR);
 
 MODULE_PARM_DESC(hwwep, " Try to use hardware WEP support. Still broken and 
not available on all cards");
 
-static int __devinit rtl8180_pci_probe(struct pci_dev *pdev,
+static int rtl8180_pci_probe(struct pci_dev *pdev,
                                       const struct pci_device_id *id);
 
 static void __devexit rtl8180_pci_remove(struct pci_dev *pdev);
@@ -3175,7 +3175,7 @@ static const struct net_device_ops rtl8180_netdev_ops = {
        .ndo_start_xmit         = ieee80211_rtl_xmit,
 };
 
-static int __devinit rtl8180_pci_probe(struct pci_dev *pdev,
+static int rtl8180_pci_probe(struct pci_dev *pdev,
                                       const struct pci_device_id *id)
 {
        unsigned long ioaddr = 0;
-- 
1.8.0

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to