lkml.org 
[lkml]   [2018]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.c
From
Date
This applies to linux-next...

On 08/07/2018 09:42 AM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix missing MODULE_LICENSE() in mtk-cmdq-mailbox.c:
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/mailbox/mtk-cmdq-mailbox.o
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jassi Brar <jassisinghbrar@gmail.com>
> Cc: <linux-mediatek@lists.infradead.org>
> Cc: CK Hu <ck.hu@mediatek.com>
> Cc: Houlong Wei <houlong.wei@mediatek.com>
> ---
> drivers/mailbox/mtk-cmdq-mailbox.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> --- linux-next-20180807.orig/drivers/mailbox/mtk-cmdq-mailbox.c
> +++ linux-next-20180807/drivers/mailbox/mtk-cmdq-mailbox.c
> @@ -567,3 +567,5 @@ static void __exit cmdq_drv_exit(void)
>
> subsys_initcall(cmdq_drv_init);
> module_exit(cmdq_drv_exit);
> +
> +MODULE_LICENSE("GPL v2");
>
>


--
~Randy

\
 
 \ /
  Last update: 2018-08-07 18:45    [W:0.027 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site