提交 cfeb3312 编写于 作者: S Sachin Kamat 提交者: Mark Brown

spi: spi-s3c24xx: Staticize s3c24xx_spi_tryfiq

's3c24xx_spi_tryfiq' is used only in this file. Make it static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 272b98c6
...@@ -280,7 +280,7 @@ static inline u32 ack_bit(unsigned int irq) ...@@ -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 * 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. * 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; struct pt_regs regs;
enum spi_fiq_mode mode; enum spi_fiq_mode mode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册