mfd: remove use of __devinit
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / mfd / wm831x-spi.c
index 4329a3a9726fd1d540e2662ccccb73741fa58f68..4c7225a53ba2898cfe020e79e9dc3bde1b3eb0df 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <linux/mfd/wm831x/core.h>
 
-static int __devinit wm831x_spi_probe(struct spi_device *spi)
+static int wm831x_spi_probe(struct spi_device *spi)
 {
        const struct spi_device_id *id = spi_get_device_id(spi);
        struct wm831x *wm831x;