]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita42b8a7909f0512c0c6e1b2997abfdc222f37071
tree61f7ba1f59e94ab5434c7f7ba0c820a8b27dfe53
parenta7d7fd009ba1d2e3a6b918b16247da55157741c9
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