* [PATCH] dvb: gp8psk: specify license using MODULE_LICENSE
@ 2016-11-17 19:57 Uwe Kleine-König
2016-11-17 22:07 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2016-11-17 19:57 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Derek, linux-media
This fixes
WARNING: modpost: missing MODULE_LICENSE() in drivers/media/dvb-frontends/gp8psk-fe.o
see include/linux/module.h for more information
Fixes: 7a0786c19d65 ("gp8psk: Fix DVB frontend attach")
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
---
drivers/media/dvb-frontends/gp8psk-fe.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/dvb-frontends/gp8psk-fe.c b/drivers/media/dvb-frontends/gp8psk-fe.c
index be19afeed7a9..87554bcbeaeb 100644
--- a/drivers/media/dvb-frontends/gp8psk-fe.c
+++ b/drivers/media/dvb-frontends/gp8psk-fe.c
@@ -395,3 +395,5 @@ static struct dvb_frontend_ops gp8psk_fe_ops = {
.dishnetwork_send_legacy_command = gp8psk_fe_send_legacy_dish_cmd,
.enable_high_lnb_voltage = gp8psk_fe_enable_high_lnb_voltage
};
+
+MODULE_LICENSE("GPL v2");
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dvb: gp8psk: specify license using MODULE_LICENSE
2016-11-17 19:57 [PATCH] dvb: gp8psk: specify license using MODULE_LICENSE Uwe Kleine-König
@ 2016-11-17 22:07 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2016-11-17 22:07 UTC (permalink / raw)
To: Uwe Kleine-König; +Cc: Derek, linux-media
Em Thu, 17 Nov 2016 20:57:36 +0100
Uwe Kleine-König <uwe@kleine-koenig.org> escreveu:
> This fixes
> WARNING: modpost: missing MODULE_LICENSE() in drivers/media/dvb-frontends/gp8psk-fe.o
> see include/linux/module.h for more information
>
> Fixes: 7a0786c19d65 ("gp8psk: Fix DVB frontend attach")
> Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Thanks, but a similar patch were already added upstream for -rc6. I'll
pull it back to the media tree probably next week (after the release
of 4.9-rc6).
Thanks,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-11-17 22:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17 19:57 [PATCH] dvb: gp8psk: specify license using MODULE_LICENSE Uwe Kleine-König
2016-11-17 22:07 ` Mauro Carvalho Chehab
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).