|
@@ -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;
|