diff options
author | Tom Rix | 2023-03-11 14:48:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-05-24 17:32:35 +0100 |
commit | cc4273233ace863f62344adeda89e06843dff88c (patch) | |
tree | f6d3d98cde75964ce11bce5cda1e701b309dc89c /drivers/acpi | |
parent | 3c67f49a6643d973e83968ea35806c7b5ae68b56 (diff) |
media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbols
[ Upstream commit 1107283b3351bef138cd12dbda1f999891cab7db ]
A rand config causes this link error
vmlinux.o: In function `pvr2_dvb_create':
(.text+0x8af1d2): undefined reference to `dvb_register_adapter'
The rand config has
CONFIG_VIDEO_PVRUSB2=y
CONFIG_VIDEO_DEV=y
CONFIG_DVB_CORE=m
VIDEO_PVRUSB2 should also depend on DVB_CORE.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/acpi')
0 files changed, 0 insertions, 0 deletions