Skip to content
Snippets Groups Projects
Commit 0299046e authored by Stefan Roese's avatar Stefan Roese Committed by Jagannadha Sutradharudu Teki
Browse files

spi: kirkwood_spi.c: Make global variable static

parent c032174f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
static struct kwspi_registers *spireg = (struct kwspi_registers *)KW_SPI_BASE;
u32 cs_spi_mpp_back[2];
static u32 cs_spi_mpp_back[2];
struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
unsigned int max_hz, unsigned int mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment