drm/imx: legacy-bridge: add MODULE_DESCRIPTION
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 Oct 2024 07:29:58 +0000 (07:29 +0000)
committerRobert Foss <rfoss@kernel.org>
Tue, 22 Oct 2024 13:37:20 +0000 (15:37 +0200)
commitdf606be44c168417604a708e3d895f94b262d407
treef42041f7801a228e559e9db5afec3a5ea06951de
parentef214002e6b38c428cb2b973951c254ba3260de6
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
drivers/gpu/drm/bridge/imx/imx-legacy-bridge.c