diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-08-28 11:21:09 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-08-29 13:48:41 +0200 |
commit | 050429a78b2dbec763a6bb5423ea5a1fcc9adca3 (patch) | |
tree | 60036b42433dcd97cc836ebb01d901e79c4a13cf /drivers/spi/spi-bcm53xx.c | |
parent | spi: bcm53xx: driver for SPI controller on Broadcom bcma SoC (diff) | |
download | linux-050429a78b2dbec763a6bb5423ea5a1fcc9adca3.tar.xz linux-050429a78b2dbec763a6bb5423ea5a1fcc9adca3.zip |
spi: bcm53xx: make local symbol static
Make local symbol static, because this is used only in this file.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-bcm53xx.c')
-rw-r--r-- | drivers/spi/spi-bcm53xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm53xx.c b/drivers/spi/spi-bcm53xx.c index 48f13dfe7cf0..e6600f783385 100644 --- a/drivers/spi/spi-bcm53xx.c +++ b/drivers/spi/spi-bcm53xx.c @@ -210,7 +210,7 @@ static int bcm53xxspi_transfer_one(struct spi_master *master, * BCMA **************************************************/ -struct spi_board_info bcm53xx_info = { +static struct spi_board_info bcm53xx_info = { .modalias = "bcm53xxspiflash", }; |