diff options
author | Ricardo Ribalda <ribalda@chromium.org> | 2024-01-26 23:16:03 +0000 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-02-05 12:57:45 +0100 |
commit | f26d914262311b24723a3891a4a6f2ca6ac54ae2 (patch) | |
tree | 6c149d446fa160489463e5c40b96c6496ce3f728 /include/media | |
parent | 27b9e36d0e08fdbb5b406260dcfe0cb59342593f (diff) | |
download | linux-stable-f26d914262311b24723a3891a4a6f2ca6ac54ae2.tar.gz linux-stable-f26d914262311b24723a3891a4a6f2ca6ac54ae2.tar.bz2 linux-stable-f26d914262311b24723a3891a4a6f2ca6ac54ae2.zip |
media: cec.h: Fix kerneldoc
The fields are gone, remove their documentation.
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/cec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/cec.h b/include/media/cec.h index d77982685116..10c9cf6058b7 100644 --- a/include/media/cec.h +++ b/include/media/cec.h @@ -224,8 +224,6 @@ struct cec_adap_ops { * @notifier: CEC notifier * @pin: CEC pin status struct * @cec_dir: debugfs cec directory - * @status_file: debugfs cec status file - * @error_inj_file: debugfs cec error injection file * @sequence: transmit sequence counter * @input_phys: remote control input_phys name * |