Re: [PATCH] input: coresight: Fix redefinition error on compilation.

2017-07-06 Thread Arvind Yadav
Sorry for noise. Please ignore this patch. On Thursday 06 July 2017 02:45 PM, Arvind Yadav wrote: If CONFIG_CORESIGHT is disable, it'll through compilation error. drivers/hwtracing/coresight/coresight-etm-perf.c:462:5: error: redefinition of ‘etm_perf_symlink’ int etm_perf_symlink(struct co

[PATCH] input: coresight: Fix redefinition error on compilation.

2017-07-06 Thread Arvind Yadav
If CONFIG_CORESIGHT is disable, it'll through compilation error. drivers/hwtracing/coresight/coresight-etm-perf.c:462:5: error: redefinition of ‘etm_perf_symlink’ int etm_perf_symlink(struct coresight_device *csdev, bool link) ^ In file included from drivers/hwtracing/coresight/coresight-et