diff options
author | kbuild test robot <fengguang.wu@intel.com> | 2015-08-07 10:33:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-07 12:34:48 -0400 |
commit | 4299aaaa5da01f46f9186c4bb958200cf9c73532 (patch) | |
tree | 0e80197d3ba1f7b810522d877b44eccb6b50f3bb | |
parent | a568231f463225eb31593f71446a267a03ae0528 (diff) |
spi: mediatek: mtk_spi_driver can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/spi/spi-mt65xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-mt65xx.c b/drivers/spi/spi-mt65xx.c index 4676b0122b89..e62d3043ad93 100644 --- a/drivers/spi/spi-mt65xx.c +++ b/drivers/spi/spi-mt65xx.c | |||
@@ -731,7 +731,7 @@ static const struct dev_pm_ops mtk_spi_pm = { | |||
731 | mtk_spi_runtime_resume, NULL) | 731 | mtk_spi_runtime_resume, NULL) |
732 | }; | 732 | }; |
733 | 733 | ||
734 | struct platform_driver mtk_spi_driver = { | 734 | static struct platform_driver mtk_spi_driver = { |
735 | .driver = { | 735 | .driver = { |
736 | .name = "mtk-spi", | 736 | .name = "mtk-spi", |
737 | .pm = &mtk_spi_pm, | 737 | .pm = &mtk_spi_pm, |