Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
};