soc: qcom/llcc: add MODULE_LICENSE tag
authorArnd Bergmann <arnd@arndb.de>
Fri, 6 Jul 2018 12:57:19 +0000 (14:57 +0200)
committerAndy Gross <andy.gross@linaro.org>
Wed, 14 Nov 2018 17:56:36 +0000 (09:56 -0800)
commit8c1919a2b48f172bfb4db5aa93d5809dd26738b3
tree61f7ba1f59e94ab5434c7f7ba0c820a8b27dfe53
parent279536a564f6479725ad23cb139783f16a974d4f
soc: qcom/llcc: add MODULE_LICENSE tag

The lack of a MODULE_LICENSE tag prevents building the llcc driver
as a loadable module:

FATAL: modpost: GPL-incompatible module llcc-slice.ko uses GPL-only symbol 'ktime_get'

This adds the appropriate license and description tags.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/llcc-slice.c