On 04.03.2021 07:46, 'Wei Yongjun wrote:
From: Wei Yongjun <[email protected]>The sparse tool complains as follows: drivers/mtd/parsers/ofpart_core.c:25:32: warning: symbol 'bcm4908_partitions_quirks' was not declared. Should it be static? This symbol is not used outside of ofpart_core.c, so this commit marks it static. Fixes: 457da931b608 ("mtd: parsers: ofpart: support BCM4908 fixed partitions") Reported-by: Hulk Robot <[email protected]> Signed-off-by: Wei Yongjun <[email protected]>
Looks good ofc, thanks.

