From: Eric Miao Date: Wed, 6 Jun 2007 05:22:20 +0000 (+0100) Subject: [ARM] 4434/1: PXA: remove PXA_IRQ_SKIP X-Git-Tag: v2.6.23-rc1~1101^2^8~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486c955118dbbb0f13dc4d40cc5dac2b23f82676;p=pandora-kernel.git [ARM] 4434/1: PXA: remove PXA_IRQ_SKIP 1. PXA_IRQ_SKIP is defined to be 7 on PXA25x so that the first IRQ starts from zero. This makes IRQ numbering inconsistent between PXA25x and PXA27x. Remove this macro so that the same IRQ_XXXXX definition has the same value on both PXA25x and PXA27x. 2. make IRQ_SSP3..IRQ_PWRI2C valid only if PXA27x is defined, this avoids unintentional use of these macros on PXA25x Signed-off-by: eric miao Signed-off-by: Russell King --- Reading git-diff-tree failed