From: Mathieu Poirier Date: Tue, 17 Apr 2018 16:08:05 +0000 (-0600) Subject: coresight: Remove obsolete reference to "owner" in CoreSight descriptor X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=10c2c55d9fbd9ef9150914f58660bda64e64c98a;p=linux.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt index 6f0120c3a4f18..710c75b6c73fd 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 -----------------------------