mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
drivers/video/backlight/s6e63m0.c: fix section mismatch
Eliminate section mismatch warning by marking s6e63m0_probe() as __devinit. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Richard Purdie <rpurdie@linux.intel.com> Cc: InKi Dae <inki.dae@samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
d974e00b95
commit
a1025e224c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user