diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-17 13:17:24 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-17 13:26:47 +0200 |
commit | 306a7f9139318a28063282a15b9f9ebacf09c9b9 (patch) | |
tree | d1cfc96e45c26a9f9c4838ffa534eba7fa167774 /include/soc/tegra/powergate.h | |
parent | Linux 3.16-rc1 (diff) | |
download | linux-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__ */ |