mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
640f41ed33
Tasmiya reports that their compiler complains that we deref
a pointer to unknown type with rcu_dereference_rtnl():
include/linux/rcupdate.h:439:9: error: dereferencing pointer to incomplete type ‘struct dpll_pin’
Unclear what compiler it is, at the moment, and we can't report
but since DPLL can't be a module - move the code from the header
into the source file.
Fixes:
|
||
---|---|---|
.. | ||
dpll_core.c | ||
dpll_core.h | ||
dpll_netlink.c | ||
dpll_netlink.h | ||
dpll_nl.c | ||
dpll_nl.h | ||
Kconfig | ||
Makefile |