coresight: add module license
authorArnd Bergmann <arnd@arndb.de>
Mon, 26 Oct 2020 16:01:54 +0000 (17:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 07:36:41 +0000 (08:36 +0100)
commit0f5cef2b2904b8d41d34ecb6c5d5bf2f00562b1b
tree3c48bccb58ada5027f1ee4c43dee9859ec033a99
parent80ade22c06ca115b81dd168e99479c8e09843513
coresight: add module license

When built as a loadable module, coresight now causes a warning about
missing license information.

WARNING: modpost: missing MODULE_LICENSE() in drivers/hwtracing/coresight/coresight.o

Fixes: 8e264c52e1da ("coresight: core: Allow the coresight core driver to be built as a module")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20201026160205.3704789-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-core.c