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>
This commit is contained in:
parent
272b98c645
commit
de059be983
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
|
* Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
|
||||||
*
|
*
|
||||||
* Arthur: Pritesh Raithatha <praithatha@nvidia.com>
|
* Author: Pritesh Raithatha <praithatha@nvidia.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms and conditions of the GNU General Public License,
|
* under the terms and conditions of the GNU General Public License,
|
||||||
|
@ -2763,7 +2763,6 @@ static struct platform_driver tegra114_pinctrl_driver = {
|
||||||
};
|
};
|
||||||
module_platform_driver(tegra114_pinctrl_driver);
|
module_platform_driver(tegra114_pinctrl_driver);
|
||||||
|
|
||||||
MODULE_ALIAS("platform:tegra114-pinctrl");
|
|
||||||
MODULE_AUTHOR("Pritesh Raithatha <praithatha@nvidia.com>");
|
MODULE_AUTHOR("Pritesh Raithatha <praithatha@nvidia.com>");
|
||||||
MODULE_DESCRIPTION("NVIDIA Tegra114 pincontrol driver");
|
MODULE_DESCRIPTION("NVIDIA Tegra114 pinctrl driver");
|
||||||
MODULE_LICENSE("GPL v2");
|
MODULE_LICENSE("GPL v2");
|
||||||
|
|
Loading…
Reference in New Issue