diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2017-06-04 03:45:35 -0400 |
---|---|---|
committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2017-06-05 12:34:39 -0400 |
commit | 73b7721edbd342f17701ef48457e8dcbe0057d3a (patch) | |
tree | 887ade1f2a8c04aaca95fd9f81a0c84c5ea964dc /drivers/pinctrl | |
parent | c12187f0a9ec2e423feba4181b4886107318c7ca (diff) |
pinctrl: t19x: Remove module-exit macro
Pincontrol T19x is boolean type and hence it can be only built-in.
Remove the module_exit() macro.
Change-Id: Iecd9f0c9f5852922fc46df3669504b5048083dd5
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/1495450
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Suresh Mangipudi <smangipudi@nvidia.com>
GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinctrl-tegra194.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra194.c b/drivers/pinctrl/pinctrl-tegra194.c index 906f5eec2..cc99f62b0 100644 --- a/drivers/pinctrl/pinctrl-tegra194.c +++ b/drivers/pinctrl/pinctrl-tegra194.c | |||
@@ -951,12 +951,6 @@ static int __init tegra194_pinctrl_init(void) | |||
951 | } | 951 | } |
952 | postcore_initcall_sync(tegra194_pinctrl_init); | 952 | postcore_initcall_sync(tegra194_pinctrl_init); |
953 | 953 | ||
954 | static void __exit tegra194_pinctrl_exit(void) | ||
955 | { | ||
956 | platform_driver_unregister(&tegra194_pinctrl_driver); | ||
957 | } | ||
958 | module_exit(tegra194_pinctrl_exit); | ||
959 | |||
960 | MODULE_AUTHOR("Suresh Mangipudi <smangipudi@nvidia.com>"); | 954 | MODULE_AUTHOR("Suresh Mangipudi <smangipudi@nvidia.com>"); |
961 | MODULE_DESCRIPTION("NVIDIA Tegra194 pinctrl driver"); | 955 | MODULE_DESCRIPTION("NVIDIA Tegra194 pinctrl driver"); |
962 | MODULE_LICENSE("GPL v2"); | 956 | MODULE_LICENSE("GPL v2"); |