diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-12-16 15:12:27 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-19 18:03:10 -0800 |
commit | 809e092bfecdd6b6ec2eeb785795c74d716f36ba (patch) | |
tree | e3fd158d9387a192a4a4fcf83a24b0790ce1b398 /arch/arm/mach-tegra | |
parent | 6e96aca397d55d06a69c699871879ade0d3a1759 (diff) | |
download | blackbird-obmc-linux-809e092bfecdd6b6ec2eeb785795c74d716f36ba.tar.gz blackbird-obmc-linux-809e092bfecdd6b6ec2eeb785795c74d716f36ba.zip |
arm/tegra: PCIe: Remove include of mach/pinmux.h
Nothing in this file needs this header.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/pcie.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/pcie.c b/arch/arm/mach-tegra/pcie.c index 97ef3e55dfdf..ec63c6b2b6b5 100644 --- a/arch/arm/mach-tegra/pcie.c +++ b/arch/arm/mach-tegra/pcie.c @@ -37,7 +37,6 @@ #include <asm/sizes.h> #include <asm/mach/pci.h> -#include <mach/pinmux.h> #include <mach/iomap.h> #include <mach/clk.h> #include <mach/powergate.h> |