]> git.baikalelectronics.ru Git - kernel.git/commit
phy: qcom-ufs: add MODULE_LICENSE tag
authorArnd Bergmann <arnd@arndb.de>
Wed, 10 Jan 2018 16:35:43 +0000 (17:35 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 12 Mar 2018 09:41:59 +0000 (15:11 +0530)
commit51ac9c84a29de5efa645a75a49aa35387abac837
treeb11e8c5792dc4af3998decceb1a0f4233f9cdae2
parentae0945d7fbe5a6a5e767169d0c9ca622784b3c38
phy: qcom-ufs: add MODULE_LICENSE tag

While the specific UFS PHY drivers (14nm and 20nm) have a module
license, the common base module does not, leading to a Kbuild
failure:

WARNING: modpost: missing MODULE_LICENSE() in drivers/phy/qualcomm/phy-qcom-ufs.o
FATAL: modpost: GPL-incompatible module phy-qcom-ufs.ko uses GPL-only symbol 'clk_enable'

This adds a module description and license tag to fix the build.
I added both Yaniv and Vivek as authors here, as Yaniv sent the initial
submission, while Vivek did most of the work since.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/qualcomm/phy-qcom-ufs.c