linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/panel: visionox-rm69299: Add module license
@ 2020-05-09  6:30 Jason Yan
  2020-05-09  6:36 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Yan @ 2020-05-09  6:30 UTC (permalink / raw)
  To: thierry.reding, sam, airlied, daniel, harigovi, dri-devel, linux-kernel
  Cc: Jason Yan

Fix the following build warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
see include/linux/module.h for more information

Signed-off-by: Jason Yan <yanaijie@huawei.com>
---
 drivers/gpu/drm/panel/panel-visionox-rm69299.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-visionox-rm69299.c b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
index 25fe8b0bb040..ec279ffdbd94 100644
--- a/drivers/gpu/drm/panel/panel-visionox-rm69299.c
+++ b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
@@ -300,3 +300,4 @@ static struct mipi_dsi_driver visionox_rm69299_driver = {
 module_mipi_dsi_driver(visionox_rm69299_driver);
 
 MODULE_DESCRIPTION("Visionox RM69299 DSI Panel Driver");
+MODULE_LICENSE("GPL");
-- 
2.21.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/panel: visionox-rm69299: Add module license
  2020-05-09  6:30 [PATCH] drm/panel: visionox-rm69299: Add module license Jason Yan
@ 2020-05-09  6:36 ` Randy Dunlap
  2020-05-09 15:07   ` Jason Yan
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-05-09  6:36 UTC (permalink / raw)
  To: Jason Yan, thierry.reding, sam, airlied, daniel, harigovi,
	dri-devel, linux-kernel

On 5/8/20 11:30 PM, Jason Yan wrote:
> Fix the following build warning:
> 
> WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
> see include/linux/module.h for more information
> 
> Signed-off-by: Jason Yan <yanaijie@huawei.com>
> ---
>  drivers/gpu/drm/panel/panel-visionox-rm69299.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/panel/panel-visionox-rm69299.c b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> index 25fe8b0bb040..ec279ffdbd94 100644
> --- a/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> +++ b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
> @@ -300,3 +300,4 @@ static struct mipi_dsi_driver visionox_rm69299_driver = {
>  module_mipi_dsi_driver(visionox_rm69299_driver);
>  
>  MODULE_DESCRIPTION("Visionox RM69299 DSI Panel Driver");
> +MODULE_LICENSE("GPL");
> 

I sent a patch for this yesterday.


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/panel: visionox-rm69299: Add module license
  2020-05-09  6:36 ` Randy Dunlap
@ 2020-05-09 15:07   ` Jason Yan
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Yan @ 2020-05-09 15:07 UTC (permalink / raw)
  To: Randy Dunlap, thierry.reding, sam, airlied, daniel, harigovi,
	dri-devel, linux-kernel


在 2020/5/9 14:36, Randy Dunlap 写道:
> On 5/8/20 11:30 PM, Jason Yan wrote:
>> Fix the following build warning:
>>
>> WARNING: modpost: missing MODULE_LICENSE() in drivers/gpu/drm/panel/panel-visionox-rm69299.o
>> see include/linux/module.h for more information
>>
>> Signed-off-by: Jason Yan <yanaijie@huawei.com>
>> ---
>>   drivers/gpu/drm/panel/panel-visionox-rm69299.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/panel/panel-visionox-rm69299.c b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
>> index 25fe8b0bb040..ec279ffdbd94 100644
>> --- a/drivers/gpu/drm/panel/panel-visionox-rm69299.c
>> +++ b/drivers/gpu/drm/panel/panel-visionox-rm69299.c
>> @@ -300,3 +300,4 @@ static struct mipi_dsi_driver visionox_rm69299_driver = {
>>   module_mipi_dsi_driver(visionox_rm69299_driver);
>>   
>>   MODULE_DESCRIPTION("Visionox RM69299 DSI Panel Driver");
>> +MODULE_LICENSE("GPL");
>>
> 
> I sent a patch for this yesterday.
> 

I'm sorry. Please ignore this one.

Thanks,

> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-09 15:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09  6:30 [PATCH] drm/panel: visionox-rm69299: Add module license Jason Yan
2020-05-09  6:36 ` Randy Dunlap
2020-05-09 15:07   ` Jason Yan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).