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>
This commit is contained in:
Olof Johansson 2011-09-08 18:11:24 -07:00
parent efaa19a582
commit 3ead5137c2

View file

@ -41,6 +41,8 @@
#include <mach/clk.h> #include <mach/clk.h>
#include <mach/powergate.h> #include <mach/powergate.h>
#include "board.h"
/* register definitions */ /* register definitions */
#define AFI_OFFSET 0x3800 #define AFI_OFFSET 0x3800
#define PADS_OFFSET 0x3000 #define PADS_OFFSET 0x3000