diff options
-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[] = { | |||
193 | GPIO_PG1, GPIO_PH9, GPIO_PH10 | 193 | GPIO_PG1, GPIO_PH9, GPIO_PH10 |
194 | }; | 194 | }; |
195 | 195 | ||
196 | static struct gpio_decoder_platfrom_data spi_decoded_cs = { | 196 | static struct gpio_decoder_platform_data spi_decoded_cs = { |
197 | .base = EXP_GPIO_SPISEL_BASE, | 197 | .base = EXP_GPIO_SPISEL_BASE, |
198 | .input_addrs = gpio_addr_inputs, | 198 | .input_addrs = gpio_addr_inputs, |
199 | .nr_input_addrs = ARRAY_SIZE(gpio_addr_inputs), | 199 | .nr_input_addrs = ARRAY_SIZE(gpio_addr_inputs), |