diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-03-30 03:38:18 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-03-30 04:10:22 +0400 |
commit | e4bcda28344cc4762c57ad7333f0472a39e83479 (patch) | |
tree | 7f9f74969ce073bb06e1da535bcf2ee6dcd97e40 /arch/arm/mach-tegra/common.c | |
parent | 7495b2eb0770b85e58af98b99faaf853e9563784 (diff) | |
download | linux-e4bcda28344cc4762c57ad7333f0472a39e83479.tar.xz |
ARM: tegra: move <mach/powergate.h> to <linux/tegra-powergate.h>
This is required so that code such as Tegra's PCIe and clock drivers
can still access this header file once Tegra is converted to
multiplatform, and <mach/> no longer exists.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/common.c')
-rw-r--r-- | arch/arm/mach-tegra/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/common.c b/arch/arm/mach-tegra/common.c index f0315c95c76d..7cc75636adc6 100644 --- a/arch/arm/mach-tegra/common.c +++ b/arch/arm/mach-tegra/common.c @@ -27,8 +27,6 @@ #include <asm/hardware/cache-l2x0.h> -#include <mach/powergate.h> - #include "board.h" #include "common.h" #include "fuse.h" |