diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2021-01-18 02:52:54 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-02-06 08:46:25 +0100 |
commit | be5ec392bb76d9e1b380deb6b390f6e9fb210172 (patch) | |
tree | fa6bd1d69eaccd29a0aaa3e952684047cd318ba1 /include/media | |
parent | media: pxa-camera: Use v4l2_async_notifier_add_*_subdev (diff) | |
download | linux-be5ec392bb76d9e1b380deb6b390f6e9fb210172.tar.xz linux-be5ec392bb76d9e1b380deb6b390f6e9fb210172.zip |
media: davinci: vpif_display: Remove unused v4l2-async code
There are no users for vpif_display_config.asd_sizes
and vpif_display_config.asd members, which means the v4l2-async
subdevices aren't being defined anywhere.
Remove the v4l2-async, leaving only the synchronous setup.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/davinci/vpif_types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/davinci/vpif_types.h b/include/media/davinci/vpif_types.h index 8439e46fb993..d03e5c54347a 100644 --- a/include/media/davinci/vpif_types.h +++ b/include/media/davinci/vpif_types.h @@ -48,8 +48,6 @@ struct vpif_display_config { int i2c_adapter_id; struct vpif_display_chan_config chan_config[VPIF_DISPLAY_MAX_CHANNELS]; const char *card_name; - struct v4l2_async_subdev **asd; /* Flat array, arranged in groups */ - int *asd_sizes; /* 0-terminated array of asd group sizes */ }; struct vpif_input { |