Make local symbol static, because this is used only in this file.

Signed-off-by: Jingoo Han <[email protected]>
---
 drivers/spi/spi-bcm53xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to