diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 14:25:37 +0100 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-03-18 03:22:06 +0100 |
commit | 1cb8f3e2d8fe7533c26df9925a83bd3d185b312e (patch) | |
tree | 8f9fd0c1454661912c1df1a80df91d8cd399f1b7 /drivers/hwspinlock/Makefile | |
parent | Linux 5.12-rc2 (diff) | |
download | linux-1cb8f3e2d8fe7533c26df9925a83bd3d185b312e.tar.xz linux-1cb8f3e2d8fe7533c26df9925a83bd3d185b312e.zip |
hwspinlock: remove sirf driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver
is no longer needed.
Cc: Barry Song <baohua@kernel.org>
Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210120132537.2285157-1-arnd@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/hwspinlock/Makefile')
-rw-r--r-- | drivers/hwspinlock/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwspinlock/Makefile b/drivers/hwspinlock/Makefile index ed053e3f02be..1f8dd6f5814f 100644 --- a/drivers/hwspinlock/Makefile +++ b/drivers/hwspinlock/Makefile @@ -6,7 +6,6 @@ obj-$(CONFIG_HWSPINLOCK) += hwspinlock_core.o obj-$(CONFIG_HWSPINLOCK_OMAP) += omap_hwspinlock.o obj-$(CONFIG_HWSPINLOCK_QCOM) += qcom_hwspinlock.o -obj-$(CONFIG_HWSPINLOCK_SIRF) += sirf_hwspinlock.o obj-$(CONFIG_HWSPINLOCK_SPRD) += sprd_hwspinlock.o obj-$(CONFIG_HWSPINLOCK_STM32) += stm32_hwspinlock.o obj-$(CONFIG_HSEM_U8500) += u8500_hsem.o |