On Wed, Apr 19, 2017 at 9:59 PM, Paul Gortmaker <[email protected]> wrote:
> The Kconfig currently controlling compilation of this code is: > > drivers/pinctrl/Kconfig:config PINCTRL_ARTPEC6 > drivers/pinctrl/Kconfig: bool "Axis ARTPEC-6 pin controller driver" > > ...meaning that it currently is not being built as a module by anyone. > > Lets remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. > > Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code. > > We also delete the MODULE_LICENSE tag etc. since all that information > is already contained at the top of the file in the comments. > > Cc: Jesper Nilsson <[email protected]> > Cc: Lars Persson <[email protected]> > Cc: Niklas Cassel <[email protected]> > Cc: Linus Walleij <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Paul Gortmaker <[email protected]> Patch applied with Jesper's ACK. Yours, Linus Walleij

