diff options
Diffstat (limited to 'drivers/spi/spi-meson-spifc.c')
-rw-r--r-- | drivers/spi/spi-meson-spifc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-meson-spifc.c b/drivers/spi/spi-meson-spifc.c index f536476710ad..0e48f8c2037d 100644 --- a/drivers/spi/spi-meson-spifc.c +++ b/drivers/spi/spi-meson-spifc.c | |||
@@ -168,7 +168,7 @@ static void meson_spifc_fill_buffer(struct meson_spifc *spifc, const u8 *buf, | |||
168 | * @spifc: the Meson SPI device | 168 | * @spifc: the Meson SPI device |
169 | * @speed: desired speed in Hz | 169 | * @speed: desired speed in Hz |
170 | */ | 170 | */ |
171 | void meson_spifc_setup_speed(struct meson_spifc *spifc, u32 speed) | 171 | static void meson_spifc_setup_speed(struct meson_spifc *spifc, u32 speed) |
172 | { | 172 | { |
173 | unsigned long parent, value; | 173 | unsigned long parent, value; |
174 | int n; | 174 | int n; |