• Jeff Johnson's avatar
    drm: add missing MODULE_DESCRIPTION() macros · 66541509
    Jeff Johnson authored
    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: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
    Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
    Link: https://patchwork.freedesktop.org/patch/msgid/20240609-md-drivers-gpu-drm-v1-1-89e9a316d513@quicinc.com
    66541509
gud_drv.c 16.8 KB