kernel: modules: video: remove v4l2-common from video-core

v4l2-common.ko was merged into videodev.ko and no longer exists.

Fixes: ac5671f46cb4 ("kernel: remove obsolete kernel version switches for 4.19")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2024-02-04 10:18:05 +01:00
parent 3ccd369ba7
commit 5c48b65738

View File

@ -470,7 +470,7 @@ define KernelPackage/video-core
CONFIG_MEDIA_PLATFORM_DRIVERS=y@ge6.1
FILES:= \
$(LINUX_DIR)/drivers/media/$(V4L2_DIR)/videodev.ko
AUTOLOAD:=$(call AutoLoad,60, videodev v4l2-common)
AUTOLOAD:=$(call AutoLoad,60,videodev)
endef
define KernelPackage/video-core/description