summaryrefslogtreecommitdiff
path: root/include/linux/tegra-powergate.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2014-01-13 15:01:42 -0700
committerKevin Hilman <khilman@linaro.org>2014-01-14 08:01:10 -0800
commitf53f41597e57d6989dbefdd494a36867292499aa (patch)
treeb852821c34fedc175826c7aeb5bf7b75d1f65fb5 /include/linux/tegra-powergate.h
parent5494bd2d2f40b4118d587f542aaeb6bafad6f22b (diff)
ARM: tegra: fix tegra_powergate_sequence_power_up() inline
Remove an invalid semicolon from the inline dummy, thus solving: In file included from drivers/gpu/drm/tegra/gr3d.c:15:0: include/linux/tegra-powergate.h:119:1: error: expected identifier or '(' before '{' token Fixes: 80b28791ff04 ("ARM: tegra: pass reset to tegra_powergate_sequence_power_up()") Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'include/linux/tegra-powergate.h')
-rw-r--r--include/linux/tegra-powergate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tegra-powergate.h b/include/linux/tegra-powergate.h
index e6f2ab3014a7..46f0a07812b4 100644
--- a/include/linux/tegra-powergate.h
+++ b/include/linux/tegra-powergate.h
@@ -115,7 +115,7 @@ static inline int tegra_powergate_remove_clamping(int id)
}
static inline int tegra_powergate_sequence_power_up(int id, struct clk *clk,
- struct reset_control *rst);
+ struct reset_control *rst)
{
return -ENOSYS;
}