瀏覽代碼

Merge remote-tracking branch 'spi/topic/s3c24xx' into spi-next

Mark Brown 11 年之前
父節點
當前提交
d448121c4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/spi/spi-s3c24xx.c

+ 1 - 1
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;