projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d974e00
)
drivers/video/backlight/s6e63m0.c: fix section mismatch
author
Axel Lin
<
[email protected]
>
Thu, 11 Nov 2010 22:05:27 +0000
(14:05 -0800)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/s6e63m0.c
b/drivers/video/backlight/s6e63m0.c
index 78bcdb176691a5903c5fda2c1299e09ca0e61146..5927db0da9998f87f273d9430d782c26723fb16e 100644
(file)
--- a/
drivers/video/backlight/s6e63m0.c
+++ b/
drivers/video/backlight/s6e63m0.c
@@
-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 __
dev
init s6e63m0_probe(struct spi_device *spi)
{
int ret = 0;
struct s6e63m0 *lcd = NULL;