aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXia Kaixu <xiakaixu@huawei.com>2015-01-09 16:57:18 -0700
committerMathieu Poirier <mathieu.poirier@linaro.org>2015-03-02 11:33:31 -0700
commit5716ad8d9e987503080db4c6cd5b2c13bc788af8 (patch)
tree8038f282997de259eced8bb21cbeefdac60da660
parent6e2abfb389a41953d64ae81fc17f3d1260eaec72 (diff)
coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRY
Debugfs isn't used for coresight configuration, so the macro CORESIGHT_DEBUGFS_ENTRY is unnecessary, just remove it. Signed-off-by: Xia Kaixu <xiakaixu@huawei.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit f379984f849d729bd2eb076b633200b1c040611e) Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
-rw-r--r--include/linux/coresight.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/coresight.h b/include/linux/coresight.h
index bdde4199c74a..01ed3281d37e 100644
--- a/include/linux/coresight.h
+++ b/include/linux/coresight.h
@@ -179,15 +179,6 @@ struct coresight_device {
#define sink_ops(csdev) csdev->ops->sink_ops
#define link_ops(csdev) csdev->ops->link_ops
-#define CORESIGHT_DEBUGFS_ENTRY(__name, __entry_name, \
- __mode, __get, __set, __fmt) \
-DEFINE_SIMPLE_ATTRIBUTE(__name ## _ops, __get, __set, __fmt); \
-static const struct coresight_ops_entry __name ## _entry = { \
- .name = __entry_name, \
- .mode = __mode, \
- .ops = &__name ## _ops \
-}
-
/**
* struct coresight_ops_sink - basic operations for a sink
* Operations available for sinks