Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/imx: legacy-bridge: add MODULE_DESCRIPTION

Every module should have a description, without this we get a
build time warning.

Fixes: cc3e8a216d6b ("drm/imx: add internal bridge handling display-timings DT node")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20241015073004.4066457-2-arnd@kernel.org

authored by

Arnd Bergmann and committed by
Robert Foss
df606be4 ef214002

+1
+1
drivers/gpu/drm/bridge/imx/imx-legacy-bridge.c
··· 85 85 EXPORT_SYMBOL_GPL(devm_imx_drm_legacy_bridge); 86 86 87 87 MODULE_LICENSE("GPL"); 88 + MODULE_DESCRIPTION("Freescale i.MX DRM bridge driver for legacy DT bindings");