1
0
Fork 0

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>
hifive-unleashed-5.1
Mathieu Poirier 2018-04-17 10:08:05 -06:00 committed by Jonathan Corbet
parent a997a703d0
commit 10c2c55d9f
1 changed files with 0 additions and 3 deletions

View File

@ -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
-----------------------------