]> git.ipfire.org Git - people/ms/linux.git/commitdiff
docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Tue, 5 Oct 2021 06:14:37 +0000 (15:14 +0900)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 18 Oct 2021 18:25:17 +0000 (19:25 +0100)
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>
Documentation/driver-api/generic-counter.rst

index ae9d3c2079f1c36aaac076658fb2bff4fbf0d30c..1b487a331467c9027ebe099461992dda0525c629 100644 (file)
@@ -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
 =====================