diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-11-09 09:47:44 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-17 07:14:46 +0100 |
commit | 9463e07df8e0f93931e32c6f415d3f82bda63f35 (patch) | |
tree | b68ce525c11aade2df63320c215c7966fb387239 /drivers/media/pci | |
parent | dcdff74fa6bc00c32079d0bebd620764c26f2d89 (diff) |
media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEs
In two places time32 structures were defined, but they are not
used if CONFIG_COMPAT_32BIT_TIME is not set. Put these two structs
under #ifdef CONFIG_COMPAT_32BIT_TIME as well to clearly indicate
that they are only used if that config option is set.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/pci')
0 files changed, 0 insertions, 0 deletions