On 3/8/21 12:32 PM, 'Wei Yongjun wrote:
From: Wei Yongjun <[email protected]>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 <[email protected]> Signed-off-by: Wei Yongjun <[email protected]>
Reviewed-by: Suzuki K Poulose <[email protected]>

