On Sat, Aug 21, 2010 at 1:17 AM, Mark Brown <[email protected]> wrote: > Signed-off-by: Mark Brown <[email protected]> > --- > 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 a0b63b7..7e627f7 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) > writel(val, regs + S3C64XX_SPI_CLK_CFG); > } > > -void s3c64xx_spi_dma_rxcb(struct s3c2410_dma_chan *chan, void *buf_id, > - int size, enum s3c2410_dma_buffresult res) > +static void s3c64xx_spi_dma_rxcb(struct s3c2410_dma_chan *chan, void *buf_id, > + int size, enum s3c2410_dma_buffresult res) > { > struct s3c64xx_spi_driver_data *sdd = buf_id; > unsigned long flags; > @@ -467,8 +467,8 @@ void s3c64xx_spi_dma_rxcb(struct s3c2410_dma_chan *chan, > void *buf_id, > spin_unlock_irqrestore(&sdd->lock, flags); > } > > -void s3c64xx_spi_dma_txcb(struct s3c2410_dma_chan *chan, void *buf_id, > - int size, enum s3c2410_dma_buffresult res) > +static void s3c64xx_spi_dma_txcb(struct s3c2410_dma_chan *chan, void *buf_id, > + int size, enum s3c2410_dma_buffresult res) > { > struct s3c64xx_spi_driver_data *sdd = buf_id; > unsigned long flags;
Oh, yes. What was I thinking ?! Acked-by: Jassi Brar <[email protected]> ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
