projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d683b96
)
spi: spi-fsl-lib: Make mpc8xxx_spi_work static
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 31 May 2013 11:47:47 +0000
(17:17 +0530)
committer
Mark Brown
<broonie@linaro.org>
Tue, 4 Jun 2013 17:40:51 +0000
(18:40 +0100)
'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>
drivers/spi/spi-fsl-lib.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-fsl-lib.c
b/drivers/spi/spi-fsl-lib.c
index a91db0e57b235385e76df7968e7c1f43345e47d5..e947f2d1b2f5a0814f03e561bd389c4b70030127 100644
(file)
--- 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);