EDAC/thunderx: Make symbol lmc_dfs_ents static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 14 Jul 2020 14:23:08 +0000 (22:23 +0800)
committerBorislav Petkov <bp@suse.de>
Mon, 17 Aug 2020 08:35:46 +0000 (10:35 +0200)
commitbd17e0b7714fb7e13f340965470bf5cada535f76
treefac10adbf3305312f1c0f8026d65f4d560e5c4e2
parentdc7a8476cffcb98b008ca44fdadf235a3ad7e7e2
EDAC/thunderx: Make symbol lmc_dfs_ents static

Symbol 'lmc_dfs_ents' is not used outside of thunderx_edac.c, so
make it static:

  drivers/edac/thunderx_edac.c:457:22: warning:
   symbol 'lmc_dfs_ents' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Robert Richter <rrichter@marvell.com>
Link: https://lkml.kernel.org/r/20200714142308.46612-1-weiyongjun1@huawei.com
drivers/edac/thunderx_edac.c