On Wed, Apr 19, 2017 at 9:59 PM, Paul Gortmaker
<paul.gortma...@windriver.com> 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 <jesper.nils...@axis.com>
> Cc: Lars Persson <lars.pers...@axis.com>
> Cc: Niklas Cassel <niklas.cas...@axis.com>
> Cc: Linus Walleij <linus.wall...@linaro.org>
> Cc: linux-arm-ker...@axis.com
> Cc: linux-g...@vger.kernel.org
> Signed-off-by: Paul Gortmaker <paul.gortma...@windriver.com>

Patch applied with Jesper's ACK.

Yours,
Linus Walleij

Reply via email to