diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-04 13:50:56 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-05 11:36:05 -0700 |
commit | a25186eb03f1f89eacda559d39c14e3cf8ffae13 (patch) | |
tree | 3f63f32d5b0b7a7e43f64d9fed45bacfa60c8274 /arch/arm/mach-tegra/include | |
parent | e68917a1e3d3053614341aab873fc30562d6ca60 (diff) | |
download | linux-a25186eb03f1f89eacda559d39c14e3cf8ffae13.tar.bz2 |
ARM: tegra: remove unnecessary includes of <mach/*.h>
This should make it easier to delete or move <mach/*.h>; something that
is useful for single-zImage.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/include')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/powergate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/powergate.h b/arch/arm/mach-tegra/include/mach/powergate.h index 4752b1a68f35..06763fe7529d 100644 --- a/arch/arm/mach-tegra/include/mach/powergate.h +++ b/arch/arm/mach-tegra/include/mach/powergate.h @@ -20,6 +20,8 @@ #ifndef _MACH_TEGRA_POWERGATE_H_ #define _MACH_TEGRA_POWERGATE_H_ +struct clk; + #define TEGRA_POWERGATE_CPU 0 #define TEGRA_POWERGATE_3D 1 #define TEGRA_POWERGATE_VENC 2 |