From: William Breathitt Gray Date: Tue, 5 Oct 2021 06:14:37 +0000 (+0900) Subject: docs: counter: Include counter-chrdev kernel-doc to generic-counter.rst X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49af37fc7d3c50ca98143d1f904638a548685622;p=linux.git 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 Link: https://lore.kernel.org/r/20211005061437.4846-1-vilhelm.gray@gmail.com Signed-off-by: Jonathan Cameron --- diff --git a/Documentation/driver-api/generic-counter.rst b/Documentation/driver-api/generic-counter.rst index ae9d3c2079f1c..1b487a331467c 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 =====================