coresight: remove duplicated enumeration
authorMathieu Poirier <mathieu.poirier@linaro.org>
Thu, 30 Jun 2016 19:04:46 +0000 (13:04 -0600)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 6 Sep 2016 14:24:32 +0000 (08:24 -0600)
commitdb0bb44ea583bef5adab292771e68eff8e1632e3
treead11020392090907840d7edefde4bdc31cd19fec
parenta920343d43417bee43beae85e3bf1c570346453c
coresight: remove duplicated enumeration

Both ETMv3 and ETMv4 drivers are declaring an 'enum etm_addr_type',
creating reduncancy.

This patch removes the enumeration from the driver files and adds
it to a common header.

Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/hwtracing/coresight/coresight-etm.h
drivers/hwtracing/coresight/coresight-etm3x-sysfs.c
drivers/hwtracing/coresight/coresight-etm4x-sysfs.c
drivers/hwtracing/coresight/coresight-etm4x.h
drivers/hwtracing/coresight/coresight-priv.h
This page took 0.025228 seconds and 5 git commands to generate.