]> git.karo-electronics.de Git - linux-beck.git/commit
pinctrl: sirf: make atlas7 explicitly non-modular
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 23 Aug 2016 21:19:43 +0000 (17:19 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 27 Aug 2016 11:15:21 +0000 (13:15 +0200)
commit37e70b6a35e73d884096a2dbc976fae454829533
tree1b16235489562f206e855a39f311f29e14f2c814
parent2f4362040be123eb09c26e273d2ac95d7ced7737
pinctrl: sirf: make atlas7 explicitly non-modular

The Makefile currently controlling compilation of this code is:

  drivers/pinctrl/sirf/pinctrl-atlas7.o
    ---> drivers/pinctrl/sirf/Makefile:obj-y += pinctrl-atlas7.o

...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.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Barry Song <baohua@kernel.org>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sirf/pinctrl-atlas7.c