On Fri, Dec 04, 2020 at 03:03:42PM +0100, Linus Walleij wrote: > --- > drivers/regulator/ab8500-ext.c | 13 ++- > drivers/regulator/ab8500.c | 116 ++++++++++++++++++++++- > include/linux/regulator/ab8500.h | 156 ------------------------------- > 3 files changed, 127 insertions(+), 158 deletions(-) > delete mode 100644 include/linux/regulator/ab8500.h There's also an include of the header in ab8500-core.c which isn't removed by either this or the previous patch and needs to be handled somehow.