Skip to content

Commit

Permalink
spi: bcm53xx: make local symbol static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jingoo Han authored and Mark Brown committed Aug 29, 2014
1 parent 0fc6a32 commit 050429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-bcm53xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 050429a

Please sign in to comment.