]> git.karo-electronics.de Git - linux-beck.git/commit
soc: qcom/smem: add HWSPINLOCK dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Oct 2015 15:05:39 +0000 (17:05 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 15 Oct 2015 21:04:11 +0000 (23:04 +0200)
commit73ebb85444b0472d90bb70a1a9e6b5df3f92c14c
tree9c2bb220c056d7d712924063bfde1d3e375a0cc2
parentead67421a981961aa2f7dd98d9187185dd782389
soc: qcom/smem: add HWSPINLOCK dependency

This fixes a build error when smem is enabled without hwspinlock:

drivers/built-in.o: In function `qcom_smem_alloc':
rockchip-efuse.c:(.text+0x7a3e4): undefined reference to `__hwspin_lock_timeout'
rockchip-efuse.c:(.text+0x7a568): undefined reference to `__hwspin_unlock'
drivers/built-in.o: In function `qcom_smem_remove':
rockchip-efuse.c:(.text+0x7a5cc): undefined reference to `hwspin_lock_free'
drivers/built-in.o: In function `qcom_smem_probe':
rockchip-efuse.c:(.text+0x7a960): undefined reference to `hwspin_lock_request_specific'
rockchip-efuse.c:(.text+0x7a988): undefined reference to `of_hwspin_lock_get_id'
drivers/built-in.o: In function `qcom_smem_get':
rockchip-efuse.c:(.text+0x7aa24): undefined reference to `__hwspin_lock_timeout'
rockchip-efuse.c:(.text+0x7aafc): undefined reference to `__hwspin_unlock'

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/qcom/Kconfig