diff options
author | Zou Wei <zou_wei@huawei.com> | 2021-03-24 08:48:23 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-03-28 14:39:26 +0200 |
commit | d0e874705ef9ec028f0de6f65e3781c6b10d3fa1 (patch) | |
tree | 05769d1a13975c0024dd94c823e5631ab9a4773a /drivers/mfd | |
parent | 95e04eb04c68b8a9f71ff09abea1ed617a67a0a2 (diff) |
misc: sgi-xp: xp_main: make some symbols static
The sparse tool complains as follows:
drivers/misc/sgi-xp/xp_main.c:24:22: warning:
symbol 'xp_dbg_name' was not declared. Should it be static?
drivers/misc/sgi-xp/xp_main.c:28:15: warning:
symbol 'xp_dbg_subname' was not declared. Should it be static?
These symbols are not used outside of xp_main.c, so this
commit marks them static.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zou Wei <zou_wei@huawei.com>
Link: https://lore.kernel.org/r/20210324084823.7393-1-zou_wei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mfd')
0 files changed, 0 insertions, 0 deletions