Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 008c2a2e authored by kbuild test robot's avatar kbuild test robot Committed by Mark Brown
Browse files

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c3e4bc54
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;