diff options
author | Jingoo Han <jg1.han@samsung.com> | 2014-08-28 05:21:09 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-08-29 07:48:41 -0400 |
commit | 050429a78b2dbec763a6bb5423ea5a1fcc9adca3 (patch) | |
tree | 60036b42433dcd97cc836ebb01d901e79c4a13cf | |
parent | 0fc6a323e19173fc89e17940bb1e19447aa0224e (diff) |
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>
-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, | |||
210 | * BCMA | 210 | * BCMA |
211 | **************************************************/ | 211 | **************************************************/ |
212 | 212 | ||
213 | struct spi_board_info bcm53xx_info = { | 213 | static struct spi_board_info bcm53xx_info = { |
214 | .modalias = "bcm53xxspiflash", | 214 | .modalias = "bcm53xxspiflash", |
215 | }; | 215 | }; |
216 | 216 | ||