From: Sachin Kamat Date: Fri, 31 May 2013 11:47:47 +0000 (+0530) Subject: spi: spi-fsl-lib: Make mpc8xxx_spi_work static X-Git-Tag: next-20130607~36^2~13^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d08643237382bb0107a2d03b4e1986852414aa85;p=karo-tx-linux.git spi: spi-fsl-lib: Make mpc8xxx_spi_work static 'mpc8xxx_spi_work' is used only in this file. Signed-off-by: Sachin Kamat Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-fsl-lib.c b/drivers/spi/spi-fsl-lib.c index a91db0e57b23..e947f2d1b2f5 100644 --- a/drivers/spi/spi-fsl-lib.c +++ b/drivers/spi/spi-fsl-lib.c @@ -61,7 +61,7 @@ struct mpc8xxx_spi_probe_info *to_of_pinfo(struct fsl_spi_platform_data *pdata) return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata); } -void mpc8xxx_spi_work(struct work_struct *work) +static void mpc8xxx_spi_work(struct work_struct *work) { struct mpc8xxx_spi *mpc8xxx_spi = container_of(work, struct mpc8xxx_spi, work);