diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-17 07:17:24 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-17 07:26:47 -0400 |
commit | 306a7f9139318a28063282a15b9f9ebacf09c9b9 (patch) | |
tree | d1cfc96e45c26a9f9c4838ffa534eba7fa167774 /drivers/pci/host/pci-tegra.c | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
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 'drivers/pci/host/pci-tegra.c')
-rw-r--r-- | drivers/pci/host/pci-tegra.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c index 083cf37ca047..a2f0f88be382 100644 --- a/drivers/pci/host/pci-tegra.c +++ b/drivers/pci/host/pci-tegra.c | |||
@@ -41,11 +41,12 @@ | |||
41 | #include <linux/reset.h> | 41 | #include <linux/reset.h> |
42 | #include <linux/sizes.h> | 42 | #include <linux/sizes.h> |
43 | #include <linux/slab.h> | 43 | #include <linux/slab.h> |
44 | #include <linux/tegra-cpuidle.h> | ||
45 | #include <linux/tegra-powergate.h> | ||
46 | #include <linux/vmalloc.h> | 44 | #include <linux/vmalloc.h> |
47 | #include <linux/regulator/consumer.h> | 45 | #include <linux/regulator/consumer.h> |
48 | 46 | ||
47 | #include <soc/tegra/cpuidle.h> | ||
48 | #include <soc/tegra/powergate.h> | ||
49 | |||
49 | #include <asm/mach/irq.h> | 50 | #include <asm/mach/irq.h> |
50 | #include <asm/mach/map.h> | 51 | #include <asm/mach/map.h> |
51 | #include <asm/mach/pci.h> | 52 | #include <asm/mach/pci.h> |