Commit 050429a7 authored by Jingoo Han's avatar Jingoo Han Committed by Mark Brown

spi: bcm53xx: make local symbol static

Make local symbol static, because this is used only in this file.
Signed-off-by: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 0fc6a323
...@@ -210,7 +210,7 @@ static int bcm53xxspi_transfer_one(struct spi_master *master, ...@@ -210,7 +210,7 @@ static int bcm53xxspi_transfer_one(struct spi_master *master,
* BCMA * BCMA
**************************************************/ **************************************************/
struct spi_board_info bcm53xx_info = { static struct spi_board_info bcm53xx_info = {
.modalias = "bcm53xxspiflash", .modalias = "bcm53xxspiflash",
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment