On Thu, Mar 19, 2026 at 7:00 PM Wolfram Sang <[email protected]> wrote: > > Providers need the ops-structure and the hwlock_to_id-function. Move > these entries to the public header. With this change, all providers are > also updated to use the public header only. The internal header is now > used by the core only. > > Signed-off-by: Wolfram Sang <[email protected]> > --- > drivers/hwspinlock/hwspinlock_core.c | 8 +++++++ > drivers/hwspinlock/hwspinlock_internal.h | 29 ------------------------ > drivers/hwspinlock/omap_hwspinlock.c | 2 -- > drivers/hwspinlock/qcom_hwspinlock.c | 2 -- > drivers/hwspinlock/sprd_hwspinlock.c | 2 -- > drivers/hwspinlock/stm32_hwspinlock.c | 2 --
> drivers/hwspinlock/sun6i_hwspinlock.c | 2 -- Acked-by: Chen-Yu Tsai <[email protected]> # for sun6i

