diff options
author | Mario Limonciello (AMD) <superm1@kernel.org> | 2025-08-11 19:26:03 +0300 |
---|---|---|
committer | Mario Limonciello (AMD) <superm1@kernel.org> | 2025-09-10 17:35:33 +0300 |
commit | 6e490dea61b88aac9762c9f79a54aad4ea2e6cd1 (patch) | |
tree | cfdf7c516a98a45a8aec4b24fb2e85bf14bc9922 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | |
parent | 7acbe30813f04cccf7b2e8b571eb7936cfec0a87 (diff) | |
download | linux-6e490dea61b88aac9762c9f79a54aad4ea2e6cd1.tar.xz |
Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
When compiled without CONFIG_VIDEO the architecture specific
implementations of video_is_primary_device() include prototypes and
assume that video-common.c will be linked. Guard against this so that the
fallback inline implementation that returns false will be used when
compiled without CONFIG_VIDEO.
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506221312.49Fy1aNA-lkp@intel.com/
Link: https://lore.kernel.org/r/20250811162606.587759-2-superm1@kernel.org
Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c')
0 files changed, 0 insertions, 0 deletions