diff options
author | eric miao <eric.miao@marvell.com> | 2008-02-03 15:49:09 +0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-19 11:29:04 +0100 |
commit | 3d3934c357103504d0f0a5e9ab808bb57e356f6a (patch) | |
tree | c5b2dc3b2c6e028aab06fe087b2e20d3e961f4f4 /arch/arm/mach-pxa/littleton.c | |
parent | 7facc2f9374159795af2a3f8b3e682b4ee230643 (diff) | |
download | linux-stable-3d3934c357103504d0f0a5e9ab808bb57e356f6a.tar.gz linux-stable-3d3934c357103504d0f0a5e9ab808bb57e356f6a.tar.bz2 linux-stable-3d3934c357103504d0f0a5e9ab808bb57e356f6a.zip |
[ARM] pxa: move ARRAY_AND_SIZE definition to generic.h
for use by other platforms
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/littleton.c')
-rw-r--r-- | arch/arm/mach-pxa/littleton.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index 0a4b54c21314..cdf22d4add25 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c @@ -41,8 +41,6 @@ #include "generic.h" -#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) - /* Littleton MFP configurations */ static mfp_cfg_t littleton_mfp_cfg[] __initdata = { /* LCD */ |