Skip to content

Commit

Permalink
[ARM] pxa/ttc_dkb: remove duplicate macro definition
Browse files Browse the repository at this point in the history
ARRAY_AND_SIZE is already defined arch/arm/mach-mmp/common.h which is
already included.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Bin Yang <bin.yang@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Uwe Kleine-König authored and Eric Miao committed Dec 18, 2009
1 parent e863c88 commit e7cc894
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-mmp/ttc_dkb.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

#include "common.h"

#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)

static unsigned long ttc_dkb_pin_config[] __initdata = {
/* UART2 */
GPIO47_UART2_RXD,
Expand Down

0 comments on commit e7cc894

Please sign in to comment.