diff options
author | Olof Johansson <olof@lixom.net> | 2011-09-08 21:11:24 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-10-13 17:08:27 -0400 |
commit | 3ead5137c2ceee39901415084e7ca3ab04d01970 (patch) | |
tree | f900dde17b5814e658777affd34199bc9adfa035 /arch/arm/mach-tegra/pcie.c | |
parent | efaa19a582819dc0d6d61755a094a4b45f86827e (diff) |
ARM: tegra: pcie: include board.h
Fixes:
arch/arm/mach-tegra/pcie.c:908:12: warning: symbol 'tegra_pcie_init' was not declared. Should it be static?
Signed-off-by: Olof Johansson <olof@lixom.net>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-tegra/pcie.c')
-rw-r--r-- | arch/arm/mach-tegra/pcie.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/pcie.c b/arch/arm/mach-tegra/pcie.c index 6b0c235aaef6..f7c89ee5a7e2 100644 --- a/arch/arm/mach-tegra/pcie.c +++ b/arch/arm/mach-tegra/pcie.c | |||
@@ -41,6 +41,8 @@ | |||
41 | #include <mach/clk.h> | 41 | #include <mach/clk.h> |
42 | #include <mach/powergate.h> | 42 | #include <mach/powergate.h> |
43 | 43 | ||
44 | #include "board.h" | ||
45 | |||
44 | /* register definitions */ | 46 | /* register definitions */ |
45 | #define AFI_OFFSET 0x3800 | 47 | #define AFI_OFFSET 0x3800 |
46 | #define PADS_OFFSET 0x3000 | 48 | #define PADS_OFFSET 0x3000 |