aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2021-10-05 15:14:37 +0900
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-10-18 19:25:17 +0100
commit49af37fc7d3c50ca98143d1f904638a548685622 (patch)
treed1f34e4a97fcd518dfcb3c19afac2c216475b4f3
parentcounter: fix docum. build problems after filename change (diff)
downloadlinux-dev-49af37fc7d3c50ca98143d1f904638a548685622.tar.xz
linux-dev-49af37fc7d3c50ca98143d1f904638a548685622.zip
docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
The counter-chrdev.c file exports the counter_push_event() function. Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Link: https://lore.kernel.org/r/20211005061437.4846-1-vilhelm.gray@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--Documentation/driver-api/generic-counter.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst
index ae9d3c2079f1..1b487a331467 100644
--- a/Documentation/driver-api/generic-counter.rst
+++ b/Documentation/driver-api/generic-counter.rst
@@ -237,6 +237,9 @@ for defining a counter device.
.. kernel-doc:: drivers/counter/counter-core.c
:export:
+.. kernel-doc:: drivers/counter/counter-chrdev.c
+ :export:
+
Driver Implementation
=====================