aboutsummaryrefslogtreecommitdiff
path: root/Documentation/trace
diff options
context:
space:
mode:
authorMathieu Poirier <mathieu.poirier@linaro.org>2018-04-17 10:08:05 -0600
committerJonathan Corbet <corbet@lwn.net>2018-04-27 16:59:47 -0600
commit10c2c55d9fbd9ef9150914f58660bda64e64c98a (patch)
tree88ad3995fbfc44c365e0b1ffe9803f2c852ab8d3 /Documentation/trace
parenta997a703d08f805eb8767fbc586fd938f09d13cc (diff)
coresight: Remove obsolete reference to "owner" in CoreSight descriptor
Field "owner" of struct coresight_desc has been removed a while back but the documentation was not updated to reflect the changes. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/coresight.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt
index 6f0120c3a4f1..710c75b6c73f 100644
--- a/Documentation/trace/coresight.txt
+++ b/Documentation/trace/coresight.txt
@@ -187,9 +187,6 @@ that can be performed on them (see "struct coresight_ops"). The
specific to that component only. "Implementation defined" customisations are
expected to be accessed and controlled using those entries.
-Last but not least, "struct module *owner" is expected to be set to reflect
-the information carried in "THIS_MODULE".
-
How to use the tracer modules
-----------------------------