diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-09-19 15:51:01 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-05 11:36:06 -0700 |
commit | cc95e347cbba3a29c6f8c95ec737624afe489d8e (patch) | |
tree | 53a4e5a5051b49d2e42a4a5a813ad1150df1e292 /drivers/iommu/tegra-smmu.c | |
parent | a25186eb03f1f89eacda559d39c14e3cf8ffae13 (diff) | |
download | talos-obmc-linux-cc95e347cbba3a29c6f8c95ec737624afe489d8e.tar.gz talos-obmc-linux-cc95e347cbba3a29c6f8c95ec737624afe489d8e.zip |
ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/
We wish to empty arch/arm/mach-tegra/include/mach/ as much as possible
to enable single zImage. Move tegra-ahb.h to a more central location
(suggested by Arnd, OK'd by Greg KH), and actually make tegra-ahb.c
include the header to ensure client and provider agree on the prototype.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'drivers/iommu/tegra-smmu.c')
-rw-r--r-- | drivers/iommu/tegra-smmu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/iommu/tegra-smmu.c b/drivers/iommu/tegra-smmu.c index 3fb95dde20f5..41678639b7e3 100644 --- a/drivers/iommu/tegra-smmu.c +++ b/drivers/iommu/tegra-smmu.c @@ -34,12 +34,11 @@ #include <linux/of_iommu.h> #include <linux/debugfs.h> #include <linux/seq_file.h> +#include <linux/tegra-ahb.h> #include <asm/page.h> #include <asm/cacheflush.h> -#include <mach/tegra-ahb.h> - enum smmu_hwgrp { HWGRP_AFI, HWGRP_AVPC, |