spi: bcm53xx: make local symbol static
authorJingoo Han <jg1.han@samsung.com>
Thu, 28 Aug 2014 09:21:09 +0000 (18:21 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 29 Aug 2014 11:48:41 +0000 (12:48 +0100)
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>
drivers/spi/spi-bcm53xx.c

index 48f13dfe7cf02f3f25f84fe407a58024f25a9073..e6600f783385eee258ec0f28ca4835100525ca21 100644 (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",
 };
 
This page took 0.024831 seconds and 5 git commands to generate.