commit | 50851f5033a34fb9f2ecefa57fc9efd862634416 | [log] [tgz] |
---|---|---|
author | Jason Yan <yanaijie@huawei.com> | Sat Sep 12 15:22:11 2020 +0800 |
committer | Mark Brown <broonie@kernel.org> | Tue Sep 15 16:48:38 2020 +0100 |
tree | 9f76de6d4ad20f1495c78a30945f435b03cd9f2a | |
parent | 505623a2be48b36de533951ced130876a76a2d55 [diff] |
spi: bcm2835: Make polling_limit_us static This eliminates the following sparse warning: drivers/spi/spi-bcm2835.c:78:14: warning: symbol 'polling_limit_us' was not declared. Should it be static? Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Link: https://lore.kernel.org/r/20200912072211.602735-1-yanaijie@huawei.com Signed-off-by: Mark Brown <broonie@kernel.org>