提交 008c2a2e 编写于 作者: K kbuild test robot 提交者: Mark Brown

spi: meson: meson_spifc_setup_speed() can be static

drivers/spi/spi-meson-spifc.c:171:6: sparse: symbol 'meson_spifc_setup_speed' was not declared. Should it be static?
Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 c3e4bc54
...@@ -168,7 +168,7 @@ static void meson_spifc_fill_buffer(struct meson_spifc *spifc, const u8 *buf, ...@@ -168,7 +168,7 @@ static void meson_spifc_fill_buffer(struct meson_spifc *spifc, const u8 *buf,
* @spifc: the Meson SPI device * @spifc: the Meson SPI device
* @speed: desired speed in Hz * @speed: desired speed in Hz
*/ */
void meson_spifc_setup_speed(struct meson_spifc *spifc, u32 speed) static void meson_spifc_setup_speed(struct meson_spifc *spifc, u32 speed)
{ {
unsigned long parent, value; unsigned long parent, value;
int n; int n;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册