mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
1b39e76071
The driver can match only via the DT table so the table should be always used and the of_match_ptr does not have any sense (this also allows ACPI matching via PRP0001, even though it might not be relevant here). drivers/hwspinlock/omap_hwspinlock.c:164:34: error: ‘omap_hwspinlock_of_match’ defined but not used [-Werror=unused-const-variable=] Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230512164520.212312-1-krzysztof.kozlowski@linaro.org |
||
---|---|---|
.. | ||
hwspinlock_core.c | ||
hwspinlock_internal.h | ||
Kconfig | ||
Makefile | ||
omap_hwspinlock.c | ||
qcom_hwspinlock.c | ||
sprd_hwspinlock.c | ||
stm32_hwspinlock.c | ||
sun6i_hwspinlock.c | ||
u8500_hsem.c |