]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
backlight-add-lms501kf03-lcd-driver-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:27:20 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:00 +0000 (16:47 +1100)
make lms501kf03_shutdown() static, per Fengguang

Cc: "devendra.aaru" <devendra.aaru@gmail.com>
Cc: Ilho Lee <Ilho215.lee@samsung.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/lms501kf03.c

index f904abc52d84ee432231adbe26e25fd89831ab25..43865ba89d37601cc1a7fad4965249467b2ae27a 100644 (file)
@@ -415,7 +415,7 @@ static int lms501kf03_resume(struct spi_device *spi)
 #define lms501kf03_resume      NULL
 #endif
 
-void lms501kf03_shutdown(struct spi_device *spi)
+static void lms501kf03_shutdown(struct spi_device *spi)
 {
        struct lms501kf03 *lcd = dev_get_drvdata(&spi->dev);