mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
8266b80926
The macro function of_match_ptr() is NULL if CONFIG_OF is not set, in this
case Clang compiler would complain the of_device_id variable is unused.
Reviewed-by: Baolin Wang <baolin.wang7@gmail.com>
Reported-by: kernel test robot <lkp@intel.com>
Fixes:
|
||
---|---|---|
.. | ||
hwspinlock_core.c | ||
hwspinlock_internal.h | ||
Kconfig | ||
Makefile | ||
omap_hwspinlock.c | ||
qcom_hwspinlock.c | ||
sirf_hwspinlock.c | ||
sprd_hwspinlock.c | ||
stm32_hwspinlock.c | ||
u8500_hsem.c |