diff options
-rw-r--r-- | drivers/spi/spi_s3c64xx.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/spi/spi_s3c64xx.c b/drivers/spi/spi_s3c64xx.c index a0b63b78541..7e627f73bc6 100644 --- a/drivers/spi/spi_s3c64xx.c +++ b/drivers/spi/spi_s3c64xx.c | |||
@@ -447,8 +447,8 @@ static void s3c64xx_spi_config(struct s3c64xx_spi_driver_data *sdd) | |||
447 | writel(val, regs + S3C64XX_SPI_CLK_CFG); | 447 | writel(val, regs + S3C64XX_SPI_CLK_CFG); |
448 | } | 448 | } |
449 | 449 | ||
450 | void s3c64xx_spi_dma_rxcb(struct s3c2410_dma_chan *chan, void *buf_id, | 450 | static void s3c64xx_spi_dma_rxcb(struct s3c2410_dma_chan *chan, void *buf_id, |
451 | int size, enum s3c2410_dma_buffresult res) | 451 | int size, enum s3c2410_dma_buffresult res) |
452 | { | 452 | { |
453 | struct s3c64xx_spi_driver_data *sdd = buf_id; | 453 | struct s3c64xx_spi_driver_data *sdd = buf_id; |
454 | unsigned long flags; | 454 | unsigned long flags; |
@@ -467,8 +467,8 @@ void s3c64xx_spi_dma_rxcb(struct s3c2410_dma_chan *chan, void *buf_id, | |||
467 | spin_unlock_irqrestore(&sdd->lock, flags); | 467 | spin_unlock_irqrestore(&sdd->lock, flags); |
468 | } | 468 | } |
469 | 469 | ||
470 | void s3c64xx_spi_dma_txcb(struct s3c2410_dma_chan *chan, void *buf_id, | 470 | static void s3c64xx_spi_dma_txcb(struct s3c2410_dma_chan *chan, void *buf_id, |
471 | int size, enum s3c2410_dma_buffresult res) | 471 | int size, enum s3c2410_dma_buffresult res) |
472 | { | 472 | { |
473 | struct s3c64xx_spi_driver_data *sdd = buf_id; | 473 | struct s3c64xx_spi_driver_data *sdd = buf_id; |
474 | unsigned long flags; | 474 | unsigned long flags; |