linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
@ 2017-11-20  6:26 Jesse Chan
  2017-11-20  6:39 ` [PATCH v2] " Jesse Chan
  2017-11-22  7:41 ` [PATCH] " kbuild test robot
  0 siblings, 2 replies; 5+ messages in thread
From: Jesse Chan @ 2017-11-20  6:26 UTC (permalink / raw)
  Cc: Jesse Chan, Tiffany Lin, Andrew-CT Chen, Mauro Carvalho Chehab,
	Matthias Brugger, linux-media, linux-arm-kernel, linux-mediatek,
	linux-kernel

Signed-off-by: Jesse Chan <jc@linux.com>
---
 drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c b/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
index 113b2097f061..d8212d759067 100644
--- a/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
+++ b/drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
@@ -51,3 +51,6 @@ int mtk_vcodec_wait_for_done_ctx(struct mtk_vcodec_ctx  *ctx, int command,
 	return status;
 }
 EXPORT_SYMBOL(mtk_vcodec_wait_for_done_ctx);
+
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("Mediatek video codec driver");
-- 
2.14.1

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

end of thread, other threads:[~2017-11-22  7:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-20  6:26 [PATCH] media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION Jesse Chan
2017-11-20  6:39 ` [PATCH v2] " Jesse Chan
2017-11-20  7:47   ` [PATCH v3] " Jesse Chan
2017-11-22  7:41 ` [PATCH] " kbuild test robot
2017-11-22  7:51   ` Randy Dunlap

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).