Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10c2c55d authored by Mathieu Poirier's avatar Mathieu Poirier Committed by Jonathan Corbet
Browse files

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: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent a997a703
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
-----------------------------