Re: [PATCH -next] drm: panel: add MODULE_LICENSE to panel-visionox-rm69299.c

From: Sam Ravnborg
Date: Thu May 07 2020 - 15:45:20 EST


Hi Randy.

On Thu, May 07, 2020 at 09:23:11AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
>
> Add MODULE_LICENSE() to the panel-visionox-rm69299 driver
> to fix a build warning.
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Thierry Reding <thierry.reding@xxxxxxxxx>
> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx>
> Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx

Thanks.
Added Fixes: tag and applied to drm-misc-next.

Sam


> ---
> drivers/gpu/drm/panel/panel-visionox-rm69299.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20200507.orig/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> +++ linux-next-20200507/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> @@ -300,3 +300,4 @@ static struct mipi_dsi_driver visionox_r
> module_mipi_dsi_driver(visionox_rm69299_driver);
>
> MODULE_DESCRIPTION("Visionox RM69299 DSI Panel Driver");
> +MODULE_LICENSE("GPL v2");