commit | ddd244dd814ee3e5ef1e4872705cbec0dfced541 | [log] [tgz] |
---|---|---|
author | Eric Miao <eric.miao@marvell.com> | Wed Nov 26 17:06:42 2008 +0800 |
committer | Eric Miao <eric.miao@marvell.com> | Tue Dec 02 14:42:36 2008 +0800 |
tree | 6966184be36d2ba68fc6254182c9dc6574f16b4b | |
parent | 9968711468570c5dc5f96c415e73cb3282e857fc [diff] |
[ARM] pxa: use 'pxa_last_gpio' instead of 'gpio_nr' in mfp-pxa2xx.c The 'gpio_nr' can really be inferred by 'pxa_last_gpio', and since we already have that variable, remove the unnecessary 'gpio_nr' now. Also, fix the incorrect GPIO number passed in pxa27x_init_irq(). Note: pxa_last_gpio should be initialized earlier, and this is true since it's been assigned in machine_desc->init_irq(). Signed-off-by: Eric Miao <eric.miao@marvell.com>