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:
parent
0fc6a323e1
commit
050429a78b
|
@ -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",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue