Skip to content

Commit

Permalink
drm/imx: legacy-bridge: add MODULE_DESCRIPTION
Browse files Browse the repository at this point in the history
Every module should have a description, without this we get a
build time warning.

Fixes: cc3e8a2 ("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
  • Loading branch information
Arnd Bergmann authored and Robert Foss committed Oct 22, 2024
1 parent ef21400 commit df606be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/bridge/imx/imx-legacy-bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ struct drm_bridge *devm_imx_drm_legacy_bridge(struct device *dev,
EXPORT_SYMBOL_GPL(devm_imx_drm_legacy_bridge);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Freescale i.MX DRM bridge driver for legacy DT bindings");

0 comments on commit df606be

Please sign in to comment.