diff --git a/include/linux/device.h b/include/linux/device.h index 5ec9be377a76..4e1e42798879 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -579,6 +579,10 @@ struct device_link { u32 flags; refcount_t rpm_active; struct kref kref; +#ifdef CONFIG_SRCU + /* Not currently used, here for potential abi issues in the future */ + struct rcu_head rcu_head; +#endif struct work_struct rm_work; bool supplier_preactivated; /* Owned by consumer probe. */ ANDROID_KABI_RESERVE(1);