linux/drivers/gpu/drm/udl
Jeff Johnson 665415092e
drm: add missing MODULE_DESCRIPTION() macros
On x86, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/gud/gud.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/drm_panel_orientation_quirks.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/drm_mipi_dbi.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/i915/kvmgt.o
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/udl/udl.o

Add the missing invocation of the MODULE_DESCRIPTION() macro to all
files which have a MODULE_LICENSE().

For consistency this includes drivers/gpu/drm/drm_simple_kms_helper.c
since it contains a MODULE_LICENSE() even though it isn't built as a
separate module -- it is always built as part of drm_kms_helper and
drm_kms_helper_common.c already provides a MODULE_DESCRIPTION for that
module.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240609-md-drivers-gpu-drm-v1-1-89e9a316d513@quicinc.com
2024-06-10 12:44:39 +02:00
..
Kconfig drm/shmem-helper: Switch to vmf_insert_pfn 2021-08-12 21:41:10 +02:00
Makefile drm/udl: Untangle .get_modes() and .detect_ctx() 2024-05-13 13:35:52 +02:00
udl_drv.c drm: add missing MODULE_DESCRIPTION() macros 2024-06-10 12:44:39 +02:00
udl_drv.h drm/udl: Remove struct udl_connector 2024-05-13 13:35:53 +02:00
udl_edid.c drm/udl: Untangle .get_modes() and .detect_ctx() 2024-05-13 13:35:52 +02:00
udl_edid.h drm/udl: Untangle .get_modes() and .detect_ctx() 2024-05-13 13:35:52 +02:00
udl_main.c drm/udl: delete dead code 2023-05-03 16:32:33 +02:00
udl_modeset.c drm/udl: Remove struct udl_connector 2024-05-13 13:35:53 +02:00
udl_proto.h drm/udl: Add constants for commands 2022-10-07 13:47:40 +02:00
udl_transfer.c drm/udl: Add constants for commands 2022-10-07 13:47:40 +02:00