diff options
author | Simon Horman <horms@kernel.org> | 2024-02-19 17:45:48 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-21 12:41:24 +0000 |
commit | 78b88ef392c1ccc189c74cf73c179cf59d23a258 (patch) | |
tree | 23f436d1c58b3c4bd531d5bb363b22229ba6b0f3 | |
parent | e199c4ba8260ba845d9faf972d0718562cae042a (diff) |
net: wan: framer: remove children from struct framer_ops kdoc
Remove documentation of non-existent children field
from the Kernel doc for struct framer_ops.
Introduced by 82c944d05b1a ("net: wan: Add framer framework support")
Signed-off-by: Simon Horman <horms@kernel.org>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/framer/framer-provider.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/framer/framer-provider.h b/include/linux/framer/framer-provider.h index f6fd2dd92591..9724d4b44b9c 100644 --- a/include/linux/framer/framer-provider.h +++ b/include/linux/framer/framer-provider.h @@ -83,7 +83,6 @@ struct framer_ops { /** * struct framer_provider - represents the framer provider * @dev: framer provider device - * @children: can be used to override the default (dev->of_node) child node * @owner: the module owner having of_xlate * @list: to maintain a linked list of framer providers * @of_xlate: function pointer to obtain framer instance from framer pointer |