Hi Mark Brown, > -----Original Message----- > From: Mark Brown <broonie@xxxxxxxxxx> > Sent: Monday, June 10, 2024 10:52 PM > Subject: Re: [PATCH] regulator: core: Fix modpost error "regulator_get_regmap" undefined > > On Mon, Jun 10, 2024 at 08:55:32PM +0100, Biju Das wrote: > > Fix the modpost error "regulator_get_regmap" undefined by adding > > export symbol. > > > > Fixes: 04eca28cde52 ("regulator: Add helpers for low-level register > > access") > > This is fixing the user, not the initial commit... The user(clk/tegra/clk-dfll.c) may have builtin driver and did not face this issue. So fixes tag not relevant to that user as well. Will drop the fixes tag?? If we build clk-dfll as a module we will hit the issue. But looks like this driver must be a builtin driver. Cheers, Biju