diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-05-31 07:47:47 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-04 13:40:51 -0400 |
commit | d08643237382bb0107a2d03b4e1986852414aa85 (patch) | |
tree | 7f92c041082b4924bf293657c5b4059d7603bb39 | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e (diff) |
spi: spi-fsl-lib: Make mpc8xxx_spi_work static
'mpc8xxx_spi_work' is used only in this file.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/spi-fsl-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
61 | return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata); | 61 | return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata); |
62 | } | 62 | } |
63 | 63 | ||
64 | void mpc8xxx_spi_work(struct work_struct *work) | 64 | static void mpc8xxx_spi_work(struct work_struct *work) |
65 | { | 65 | { |
66 | struct mpc8xxx_spi *mpc8xxx_spi = container_of(work, struct mpc8xxx_spi, | 66 | struct mpc8xxx_spi *mpc8xxx_spi = container_of(work, struct mpc8xxx_spi, |
67 | work); | 67 | work); |