diff options
Diffstat (limited to 'drivers/dpll/dpll_core.h')
-rw-r--r-- | drivers/dpll/dpll_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dpll/dpll_core.h b/drivers/dpll/dpll_core.h index 717f715015..2b6d8ef1cd 100644 --- a/drivers/dpll/dpll_core.h +++ b/drivers/dpll/dpll_core.h @@ -47,6 +47,7 @@ struct dpll_device { * @prop: pin properties copied from the registerer * @rclk_dev_name: holds name of device when pin can recover clock from it * @refcount: refcount + * @rcu: rcu_head for kfree_rcu() **/ struct dpll_pin { u32 id; @@ -57,6 +58,7 @@ struct dpll_pin { struct xarray parent_refs; struct dpll_pin_properties prop; refcount_t refcount; + struct rcu_head rcu; }; /** |