diff options
-rw-r--r-- | include/linux/tegra-powergate.h | 2 |
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) | |||
115 | } | 115 | } |
116 | 116 | ||
117 | static inline int tegra_powergate_sequence_power_up(int id, struct clk *clk, | 117 | static inline int tegra_powergate_sequence_power_up(int id, struct clk *clk, |
118 | struct reset_control *rst); | 118 | struct reset_control *rst) |
119 | { | 119 | { |
120 | return -ENOSYS; | 120 | return -ENOSYS; |
121 | } | 121 | } |