]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
It's only used in ams369fg06.c, no need for it to be in the global namespace.
authorAxel Lin <axel.lin@gmail.com>
Sat, 16 Jul 2011 13:31:00 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:08 +0000 (15:05 +1000)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Inki Dae <inki.dae@samsung.com>
Cc: anish singh <anish198519851985@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/ams369fg06.c

index b4ec26bf056e1d1e783c614eb270ff66093f21a0..2c314303f9156455c5313d989d7a0cf79ab167e7 100644 (file)
@@ -605,7 +605,7 @@ static int ams369fg06_resume(struct spi_device *spi)
 #define ams369fg06_resume      NULL
 #endif
 
-void ams369fg06_shutdown(struct spi_device *spi)
+static void ams369fg06_shutdown(struct spi_device *spi)
 {
        struct ams369fg06 *lcd = dev_get_drvdata(&spi->dev);