diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-04-25 13:52:45 -0400 |
---|---|---|
committer | Bharat Nihalani <bnihalani@nvidia.com> | 2016-04-28 02:17:32 -0400 |
commit | 500355e01e044228e2d046fcd7e02d11a700610e (patch) | |
tree | f08861a13e8ba94d379edaa67fb9728d3897e17c /drivers/pinctrl/pinctrl-tegra186.c | |
parent | e8e8de5176829ec68255a773e4c12b826c5b7448 (diff) |
pinctrl: t186: remove const from tegra_function structure
As the tegra function structure is no more the constant type
as it get changed in runtime, remove the const from tegra
function.
Change-Id: I9779831fceabd5bc8c5271846182b110bdd7bb66
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/1132041
Reviewed-on: http://git-master/r/1133373
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/pinctrl/pinctrl-tegra186.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-tegra186.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-tegra186.c b/drivers/pinctrl/pinctrl-tegra186.c index 3ca884142..f99513ddf 100644 --- a/drivers/pinctrl/pinctrl-tegra186.c +++ b/drivers/pinctrl/pinctrl-tegra186.c | |||
@@ -3152,7 +3152,7 @@ static const char * const ufs0_groups[] = { | |||
3152 | .ngroups = ARRAY_SIZE(fname##_groups), \ | 3152 | .ngroups = ARRAY_SIZE(fname##_groups), \ |
3153 | } \ | 3153 | } \ |
3154 | 3154 | ||
3155 | static const struct tegra_function tegra186_functions[] = { | 3155 | static struct tegra_function tegra186_functions[] = { |
3156 | FUNCTION(rsvd0), | 3156 | FUNCTION(rsvd0), |
3157 | FUNCTION(rsvd1), | 3157 | FUNCTION(rsvd1), |
3158 | FUNCTION(rsvd2), | 3158 | FUNCTION(rsvd2), |