diff options
author | Thomas Zimmermann <[email protected]> | 2024-05-17 11:14:33 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2024-05-20 21:17:06 +0000 |
commit | 34cda5ab89d4f30bc8d8f8d28980a7b8c68db6ec (patch) | |
tree | 756118ee8eb174d02588d7123895982653f84a06 /arch/m68k/include/asm/pgtable.h | |
parent | e7cda7fe37ff1ece39bd2bf35ea68b1175395d95 (diff) |
arch: Fix name collision with ACPI's video.o
Commit 2fd001cd3600 ("arch: Rename fbdev header and source files")
renames the video source files under arch/ such that they do not
refer to fbdev any longer. The new files named video.o conflict with
ACPI's video.ko module. Modprobing the ACPI module can then fail with
warnings about missing symbols, as shown below.
(i915_selftest:1107) igt_kmod-WARNING: i915: Unknown symbol acpi_video_unregister (err -2)
(i915_selftest:1107) igt_kmod-WARNING: i915: Unknown symbol acpi_video_register_backlight (err -2)
(i915_selftest:1107) igt_kmod-WARNING: i915: Unknown symbol __acpi_video_get_backlight_type (err -2)
(i915_selftest:1107) igt_kmod-WARNING: i915: Unknown symbol acpi_video_register (err -2)
Fix the issue by renaming the architecture's video.o to video-common.o.
Reported-by: Chaitanya Kumar Borah <[email protected]>
Closes: https://lore.kernel.org/intel-gfx/[email protected]/T/#t
Signed-off-by: Thomas Zimmermann <[email protected]>
Fixes: 2fd001cd3600 ("arch: Rename fbdev header and source files")
Reviewed-by: Hans de Goede <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'arch/m68k/include/asm/pgtable.h')
0 files changed, 0 insertions, 0 deletions