On Mon, Jul 28, 2025 at 10:11:51AM +0800, Yu Jugen wrote: > From: Jugen Yu <yuju...@huawei.com> > > The member "hwlock" in struct regmap is defined with struct hwspinlock. > Both regmap_write and regmap_read use struct regmap as a argument, so > their KABI are affected by the hwspinlock structures.
There is no such thing as a KABI, and moving things into a header "just because" is not acceptable.