On Thu, Nov 22, 2018 at 5:35 AM Paul Gortmaker <[email protected]> wrote:
> The Kconfig currently controlling compilation of this code is: > > drivers/mfd/Kconfig:config MFD_DB8500_PRCMU > drivers/mfd/Kconfig: bool "ST-Ericsson DB8500 Power Reset Control > Management Unit" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the couple traces of modular infrastructure use, so that > when reading the driver there is no doubt it is builtin-only. > > We delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. > > We replace module.h with init.h and export.h ; the latter since the > file does export some symbols. > > Cc: Linus Walleij <[email protected]> > Cc: Lee Jones <[email protected]> > Cc: Mattias Nilsson <[email protected]> > Signed-off-by: Paul Gortmaker <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

