summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-etm4x.h
diff options
context:
space:
mode:
authorMathieu Poirier2016-04-05 19:53:42 +0200
committerGreg Kroah-Hartman2016-05-01 23:12:14 +0200
commita77de2637c9eb4794c6234b40cee2a243c548875 (patch)
treeb068b39fb42851e992c91692089ff07e92dcef12 /drivers/hwtracing/coresight/coresight-etm4x.h
parentcheckkconfigsymbols.py: Fix typo in help message (diff)
downloadkernel-qcow2-linux-a77de2637c9eb4794c6234b40cee2a243c548875.tar.gz
kernel-qcow2-linux-a77de2637c9eb4794c6234b40cee2a243c548875.tar.xz
kernel-qcow2-linux-a77de2637c9eb4794c6234b40cee2a243c548875.zip
coresight: etm4x: moving sysFS entries to a dedicated file
As with the etm3x driver, sysFS entries are big enough to justify their own file. As such moving all sysFS related declarations to a dedicated location. No gain/loss of functionality is incurred from this patch. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/coresight/coresight-etm4x.h')
-rw-r--r--drivers/hwtracing/coresight/coresight-etm4x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm4x.h b/drivers/hwtracing/coresight/coresight-etm4x.h
index c34100205ca9..e6ff9aae2a7e 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.h
+++ b/drivers/hwtracing/coresight/coresight-etm4x.h
@@ -391,4 +391,6 @@ enum etm_addr_type {
ETM_ADDR_TYPE_START,
ETM_ADDR_TYPE_STOP,
};
+
+extern const struct attribute_group *coresight_etmv4_groups[];
#endif