diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:21:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:05:39 -0500 |
commit | 1b9e450de105c1429a15f4e2566695f4f425672a (patch) | |
tree | c708fcf189b6c9ea657adcee57f66afd9af1a662 /drivers/video/backlight/s6e63m0.c | |
parent | d1723fa266aff677571cad0bac7203ed2e424823 (diff) |
backlight: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/video/backlight/s6e63m0.c')
-rw-r--r-- | drivers/video/backlight/s6e63m0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/backlight/s6e63m0.c b/drivers/video/backlight/s6e63m0.c index 1438b993a9ef..11d08bce7c45 100644 --- a/drivers/video/backlight/s6e63m0.c +++ b/drivers/video/backlight/s6e63m0.c | |||
@@ -733,7 +733,7 @@ static ssize_t s6e63m0_sysfs_show_gamma_table(struct device *dev, | |||
733 | static DEVICE_ATTR(gamma_table, 0444, | 733 | static DEVICE_ATTR(gamma_table, 0444, |
734 | s6e63m0_sysfs_show_gamma_table, NULL); | 734 | s6e63m0_sysfs_show_gamma_table, NULL); |
735 | 735 | ||
736 | static int __devinit s6e63m0_probe(struct spi_device *spi) | 736 | static int s6e63m0_probe(struct spi_device *spi) |
737 | { | 737 | { |
738 | int ret = 0; | 738 | int ret = 0; |
739 | struct s6e63m0 *lcd = NULL; | 739 | struct s6e63m0 *lcd = NULL; |