From: Axel Lin Date: Sat, 16 Jul 2011 13:31:00 +0000 (+1000) Subject: It's only used in ams369fg06.c, no need for it to be in the global namespace. X-Git-Tag: next-20110726~2^2~51 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e583a61e0715ffac799f0c82bc9f7bc36b37f26a;p=karo-tx-linux.git It's only used in ams369fg06.c, no need for it to be in the global namespace. Signed-off-by: Axel Lin Cc: Jingoo Han Cc: Richard Purdie Cc: Inki Dae Cc: anish singh Signed-off-by: Andrew Morton --- diff --git a/drivers/video/backlight/ams369fg06.c b/drivers/video/backlight/ams369fg06.c index b4ec26bf056e..2c314303f915 100644 --- a/drivers/video/backlight/ams369fg06.c +++ b/drivers/video/backlight/ams369fg06.c @@ -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);