]> git.baikalelectronics.ru Git - kernel.git/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)
commitaa1bed77ff9a82dbef0ba6db3672077cecdc276f
tree7ac5c0ce3e814a03df77927384f33275a5c1e137
parent1e6896c8a96ca506dfc21c93eb7f6fa9a6fca95f
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