From: Sachin Kamat Date: Tue, 10 Sep 2013 05:50:13 +0000 (+0530) Subject: spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq X-Git-Tag: next-20130919~24^2~2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cfeb33127bfd5c248c8633715d75c04186d8fca9;p=karo-tx-linux.git spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq 's3c24xx_spi_tryfiq' is used only in this file. Make it static. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index ce318d95a6ee..d39589dba5c1 100644 --- a/drivers/spi/spi-s3c24xx.c +++ b/drivers/spi/spi-s3c24xx.c @@ -280,7 +280,7 @@ static inline u32 ack_bit(unsigned int irq) * so the caller does not need to do anything more than start the transfer * as normal, since the IRQ will have been re-routed to the FIQ handler. */ -void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw) +static void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw) { struct pt_regs regs; enum spi_fiq_mode mode;