You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
spi: bcm53xx: make local symbol static
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>
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user