backlight: remove use of __devinit
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / video / backlight / s6e63m0.c
index 1438b993a9ef2098c8adc2bd417da0b5b22e3fcc..11d08bce7c4539fc7faaf65d9254c0a072cd63f6 100644 (file)
@@ -733,7 +733,7 @@ static ssize_t s6e63m0_sysfs_show_gamma_table(struct device *dev,
 static DEVICE_ATTR(gamma_table, 0444,
                s6e63m0_sysfs_show_gamma_table, NULL);
 
-static int __devinit s6e63m0_probe(struct spi_device *spi)
+static int s6e63m0_probe(struct spi_device *spi)
 {
        int ret = 0;
        struct s6e63m0 *lcd = NULL;