]> git.itanic.dy.fi Git - linux-stable/commit
media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
authorJesse Chan <jc@linux.com>
Mon, 20 Nov 2017 20:56:52 +0000 (15:56 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Fri, 8 Dec 2017 16:15:17 +0000 (11:15 -0500)
commit20772c1a6f0e03d4231e2b539863987fa0c94e89
tree7ac5c0ce3e814a03df77927384f33275a5c1e137
parent5331aec1bf9c9da557668174e0a4bfcee39f1121
media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE

This change resolves a new compile-time warning
when built as a loadable module:

WARNING: modpost: missing MODULE_LICENSE() in drivers/media/platform/tegra-cec/tegra_cec.o
see include/linux/module.h for more information

This adds the license as "GPL v2", which matches the header of the file.

MODULE_DESCRIPTION and MODULE_AUTHOR are also added.

Signed-off-by: Jesse Chan <jc@linux.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/tegra-cec/tegra_cec.c