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>
This commit is contained in:
Jingoo Han 2014-08-28 18:21:09 +09:00 committed by Mark Brown
parent 0fc6a323e1
commit 050429a78b
1 changed files with 1 additions and 1 deletions

View File

@ -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",
};