diff options
author | eric miao <eric.miao@marvell.com> | 2008-01-02 16:45:06 +0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:07:56 +0000 |
commit | 83b6759e72a83c344c7fe96a37543b4546f17131 (patch) | |
tree | 50aa8d8d368167fb24ef5cc2ddb58f14f6e4cdd5 /include/asm-arm/arch-pxa/mfp-pxa300.h | |
parent | 533462fba545d271e087c3c632cf62ff04808e40 (diff) |
[ARM] pxa: introduce a new file mfp-pxa3xx.h for common pin configurations
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa/mfp-pxa300.h')
-rw-r--r-- | include/asm-arm/arch-pxa/mfp-pxa300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/mfp-pxa300.h b/include/asm-arm/arch-pxa/mfp-pxa300.h index a2099664988..bb410313556 100644 --- a/include/asm-arm/arch-pxa/mfp-pxa300.h +++ b/include/asm-arm/arch-pxa/mfp-pxa300.h @@ -16,6 +16,7 @@ #define __ASM_ARCH_MFP_PXA300_H #include <asm/arch/mfp.h> +#include <asm/arch/mfp-pxa3xx.h> /* GPIO */ #define GPIO46_GPIO MFP_CFG(GPIO46, AF1) |