Hi, On 18 March 2019 15:48, Wolfram Sang wrote: > Subject: [PATCH 4/6] regulator: da9063: move definitions out of a header into the driver > > Those definitions are only used within the driver meanwhile, so put them > there. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > --- > drivers/regulator/da9063-regulator.c | 44 > +++++++++++++++++++++++++++++++- > include/linux/mfd/da9063/pdata.h | 49 ------------------------------------ > 2 files changed, 43 insertions(+), 50 deletions(-) > > diff --git a/drivers/regulator/da9063-regulator.c b/drivers/regulator/da9063-regulator.c Thanks! Acked-by: Steve Twiss <stwiss.opensource@xxxxxxxxxxx> Tested-by: Steve Twiss <stwiss.opensource@xxxxxxxxxxx> Regards, Steve