On 3/8/21 12:32 PM, 'Wei Yongjun wrote:
From: Wei Yongjun weiyongjun1@huawei.com
The sparse tool complains as follows:
drivers/hwtracing/coresight/coresight-etm-perf.c:61:25: warning: symbol 'format_attr_contextid' was not declared. Should it be static?
This symbol is not used outside of coresight-etm-perf.c, so this commit marks it static.
Reported-by: Hulk Robot hulkci@huawei.com Signed-off-by: Wei Yongjun weiyongjun1@huawei.com
Reviewed-by: Suzuki K Poulose suzuki.poulose@arm.com