]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pinctrl: tegra114: Remove MODULE_ALIAS
authorThierry Reding <thierry.reding@gmail.com>
Tue, 10 Sep 2013 16:30:59 +0000 (18:30 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 19 Sep 2013 12:35:24 +0000 (14:35 +0200)
commitde059be983db710379d965a7baa0a01275795c95
treefc94a2fa1f50028305fa47c2a83e71978e9b3005
parent272b98c6455f00884f0350f775c5342358ebb73f
pinctrl: tegra114: Remove MODULE_ALIAS

The driver cannot be built as a module, so having a MODULE_ALIAS() isn't
useful.

While at it, fix a small typo in the file header comment and make the
module description string consistent with those for earlier Tegra SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-tegra114.c