summaryrefslogtreecommitdiffstats
path: root/include/soc/tegra/powergate.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-17 13:17:24 +0200
committerThierry Reding <treding@nvidia.com>2014-07-17 13:26:47 +0200
commit306a7f9139318a28063282a15b9f9ebacf09c9b9 (patch)
treed1cfc96e45c26a9f9c4838ffa534eba7fa167774 /include/soc/tegra/powergate.h
parentLinux 3.16-rc1 (diff)
downloadlinux-306a7f9139318a28063282a15b9f9ebacf09c9b9.tar.xz
linux-306a7f9139318a28063282a15b9f9ebacf09c9b9.zip
ARM: tegra: Move includes to include/soc/tegra
In order to not clutter the include/linux directory with SoC specific headers, move the Tegra-specific headers out into a separate directory. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to '')
-rw-r--r--include/soc/tegra/powergate.h (renamed from include/linux/tegra-powergate.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/tegra-powergate.h b/include/soc/tegra/powergate.h
index 46f0a07812b4..c16912ed1a8d 100644
--- a/include/linux/tegra-powergate.h
+++ b/include/soc/tegra/powergate.h
@@ -15,8 +15,8 @@
*
*/
-#ifndef _MACH_TEGRA_POWERGATE_H_
-#define _MACH_TEGRA_POWERGATE_H_
+#ifndef __SOC_TEGRA_POWERGATE_H__
+#define __SOC_TEGRA_POWERGATE_H__
struct clk;
struct reset_control;
@@ -131,4 +131,4 @@ static inline int tegra_io_rail_power_off(int id)
}
#endif
-#endif /* _MACH_TEGRA_POWERGATE_H_ */
+#endif /* __SOC_TEGRA_POWERGATE_H__ */