diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-12-18 21:57:07 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-12-20 23:07:47 +0800 |
commit | a8fb0b55314144a37755729d3b40b027b0020e3c (patch) | |
tree | 5c065c7f37395d5825127db939c483bfc15f2b1d /arch/arm/mach-mmp/flint.c | |
parent | 5fe2acce127638ccf1123e8a079ca12e8db5b7c1 (diff) | |
download | blackbird-op-linux-a8fb0b55314144a37755729d3b40b027b0020e3c.tar.gz blackbird-op-linux-a8fb0b55314144a37755729d3b40b027b0020e3c.zip |
ARM: mmp: correct the naming of GPIOxx_GPIO definitions
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/flint.c')
-rw-r--r-- | arch/arm/mach-mmp/flint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/flint.c b/arch/arm/mach-mmp/flint.c index bdeb6db4d49a..c4fd806b15b4 100644 --- a/arch/arm/mach-mmp/flint.c +++ b/arch/arm/mach-mmp/flint.c @@ -47,7 +47,7 @@ static unsigned long flint_pin_config[] __initdata = { GPIO113_SMC_RDY, /*Ethernet*/ - GPIO155_GPIO155, + GPIO155_GPIO, /* DFI */ GPIO168_DFI_D0, |