commit | cc95e347cbba3a29c6f8c95ec737624afe489d8e | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Sep 19 15:51:01 2012 -0600 |
committer | Stephen Warren <swarren@nvidia.com> | Mon Nov 05 11:36:06 2012 -0700 |
tree | 53a4e5a5051b49d2e42a4a5a813ad1150df1e292 | |
parent | a25186eb03f1f89eacda559d39c14e3cf8ffae13 [diff] |
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>