drivers/video/backlight/s6e63m0.c: fix section mismatch
authorAxel Lin <[email protected]>
Thu, 11 Nov 2010 22:05:27 +0000 (14:05 -0800)
committerLinus Torvalds <[email protected]>
Fri, 12 Nov 2010 15:55:33 +0000 (07:55 -0800)
Eliminate section mismatch warning by marking s6e63m0_probe() as __devinit.

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Richard Purdie <[email protected]>
Cc: InKi Dae <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/s6e63m0.c

index 78bcdb176691a5903c5fda2c1299e09ca0e61146..5927db0da9998f87f273d9430d782c26723fb16e 100644 (file)
@@ -732,7 +732,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 __init s6e63m0_probe(struct spi_device *spi)
+static int __devinit s6e63m0_probe(struct spi_device *spi)
 {
        int ret = 0;
        struct s6e63m0 *lcd = NULL;