mfd: remove use of __devinit
[deliverable/linux.git] / drivers / mfd / wl1273-core.c
index 86e0e4309fc274e41ec73a20dc1fb675e06fb0fc..edbe6c1b755a75a467c933a10323860089a33595 100644 (file)
@@ -182,7 +182,7 @@ static int wl1273_core_remove(struct i2c_client *client)
        return 0;
 }
 
-static int __devinit wl1273_core_probe(struct i2c_client *client,
+static int wl1273_core_probe(struct i2c_client *client,
                                       const struct i2c_device_id *id)
 {
        struct wl1273_fm_platform_data *pdata = client->dev.platform_data;
@@ -262,7 +262,7 @@ static struct i2c_driver wl1273_core_driver = {
        },
        .probe = wl1273_core_probe,
        .id_table = wl1273_driver_id_table,
-       .remove = __devexit_p(wl1273_core_remove),
+       .remove = wl1273_core_remove,
 };
 
 static int __init wl1273_core_init(void)
This page took 0.025309 seconds and 5 git commands to generate.