diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-11-07 22:14:53 +0100 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:20 -0500 |
commit | e01b5b129661ee1eaddd4f2a0d8df6cb170339a5 (patch) | |
tree | 76276ebe5b66e62df46bdba830d75f725467c7d6 /arch | |
parent | 624fab3bcdb46fd9678b5aa3d084c5208d925e48 (diff) | |
download | linux-exynos-e01b5b129661ee1eaddd4f2a0d8df6cb170339a5.tar.gz linux-exynos-e01b5b129661ee1eaddd4f2a0d8df6cb170339a5.tar.bz2 linux-exynos-e01b5b129661ee1eaddd4f2a0d8df6cb170339a5.zip |
Blackfin: tll6527m: fix spelling in unused code (struct name)
platfrom -> platform
This changes a struct name. The related code is conditionally
compiled and won't work because the include file linux/gpio-decoder.h
is missing, so removing this code would be an even better solution.
If the missing include file is added, it must fix the spelling, too.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/tll6527m.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf527/boards/tll6527m.c b/arch/blackfin/mach-bf527/boards/tll6527m.c index 130861bd2589..b6094610b5e0 100644 --- a/arch/blackfin/mach-bf527/boards/tll6527m.c +++ b/arch/blackfin/mach-bf527/boards/tll6527m.c @@ -193,7 +193,7 @@ static unsigned gpio_addr_inputs[] = { GPIO_PG1, GPIO_PH9, GPIO_PH10 }; -static struct gpio_decoder_platfrom_data spi_decoded_cs = { +static struct gpio_decoder_platform_data spi_decoded_cs = { .base = EXP_GPIO_SPISEL_BASE, .input_addrs = gpio_addr_inputs, .nr_input_addrs = ARRAY_SIZE(gpio_addr_inputs), |