diff options
| author | eric miao <eric.y.miao@gmail.com> | 2008-01-30 03:39:48 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 08:17:34 -0500 |
| commit | bb548dd43202b9109f551ca3da396d163ca7ddf3 (patch) | |
| tree | 1e73c0853b406b0623d6a2d5215404ba5fdd0bed | |
| parent | b1d907f9ccb3ffe1d7f5f04d2e9163de22ab01e6 (diff) | |
[ARM] 4801/1: pxa: fix building issues of missing pxa2xx-regs.h
Some machines are missing "pxa2xx-regs.h" due to the following patch:
[ARM] pxa: move memory controller registers into pxa2xx-regs.h
This patch fixes the issue by including the pxa2xx-regs.h where necessary.
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-pxa/cm-x270.c | 1 | ||||
| -rw-r--r-- | arch/arm/mach-pxa/spitz.c | 1 | ||||
| -rw-r--r-- | arch/arm/mach-pxa/tosa.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/cm-x270.c b/arch/arm/mach-pxa/cm-x270.c index 28cfd71c032d..6012177a29a3 100644 --- a/arch/arm/mach-pxa/cm-x270.c +++ b/arch/arm/mach-pxa/cm-x270.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
| 30 | 30 | ||
| 31 | #include <asm/arch/pxa-regs.h> | 31 | #include <asm/arch/pxa-regs.h> |
| 32 | #include <asm/arch/pxa2xx-regs.h> | ||
| 32 | #include <asm/arch/pxafb.h> | 33 | #include <asm/arch/pxafb.h> |
| 33 | #include <asm/arch/ohci.h> | 34 | #include <asm/arch/ohci.h> |
| 34 | #include <asm/arch/mmc.h> | 35 | #include <asm/arch/mmc.h> |
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 5078edeadf96..9e7773fca01c 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | #include <asm/mach/irq.h> | 36 | #include <asm/mach/irq.h> |
| 37 | 37 | ||
| 38 | #include <asm/arch/pxa-regs.h> | 38 | #include <asm/arch/pxa-regs.h> |
| 39 | #include <asm/arch/pxa2xx-regs.h> | ||
| 39 | #include <asm/arch/irda.h> | 40 | #include <asm/arch/irda.h> |
| 40 | #include <asm/arch/mmc.h> | 41 | #include <asm/arch/mmc.h> |
| 41 | #include <asm/arch/ohci.h> | 42 | #include <asm/arch/ohci.h> |
diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c index 1a9c844ac7eb..9b26fa5edad6 100644 --- a/arch/arm/mach-pxa/tosa.c +++ b/arch/arm/mach-pxa/tosa.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <asm/irq.h> | 29 | #include <asm/irq.h> |
| 30 | #include <asm/system.h> | 30 | #include <asm/system.h> |
| 31 | #include <asm/arch/pxa-regs.h> | 31 | #include <asm/arch/pxa-regs.h> |
| 32 | #include <asm/arch/pxa2xx-regs.h> | ||
| 32 | #include <asm/arch/irda.h> | 33 | #include <asm/arch/irda.h> |
| 33 | #include <asm/arch/mmc.h> | 34 | #include <asm/arch/mmc.h> |
| 34 | #include <asm/arch/udc.h> | 35 | #include <asm/arch/udc.h> |
