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/powergate.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/powergate.c')
-rw-r--r-- | arch/arm/mach-tegra/powergate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c index c6bc8f85759c..585d2974a3c1 100644 --- a/arch/arm/mach-tegra/powergate.c +++ b/arch/arm/mach-tegra/powergate.c @@ -27,8 +27,7 @@ #include <linux/seq_file.h> #include <linux/spinlock.h> #include <linux/clk/tegra.h> - -#include <mach/powergate.h> +#include <linux/tegra-powergate.h> #include "fuse.h" #include "iomap.h" |