diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-07-21 04:20:54 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-26 18:43:20 -0400 |
commit | 4fa7c24e94b3f5bfb367bb847af3c3abd8cca3c0 (patch) | |
tree | 4d9bbfa148f170ce41f156331b7e1257cf25b631 /arch/arm/mach-pxa/poodle.c | |
parent | fec12a62d74dc93a36c9ce1c3bce9ba045e44846 (diff) |
[ARM] pxa: fix typo in pxa25x MFP definitions
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/poodle.c')
-rw-r--r-- | arch/arm/mach-pxa/poodle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index bd3a70f47702..2e3bd8b1523b 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
@@ -109,7 +109,7 @@ static unsigned long poodle_pin_config[] __initdata = { | |||
109 | GPIO74_LCD_FCLK, | 109 | GPIO74_LCD_FCLK, |
110 | GPIO75_LCD_LCLK, | 110 | GPIO75_LCD_LCLK, |
111 | GPIO76_LCD_PCLK, | 111 | GPIO76_LCD_PCLK, |
112 | GPIO77_LCD_ACBIAS, | 112 | GPIO77_LCD_BIAS, |
113 | 113 | ||
114 | /* PC Card */ | 114 | /* PC Card */ |
115 | GPIO48_nPOE, | 115 | GPIO48_nPOE, |