diff options
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/tll6527m.c')
| -rw-r--r-- | arch/blackfin/mach-bf527/boards/tll6527m.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/blackfin/mach-bf527/boards/tll6527m.c b/arch/blackfin/mach-bf527/boards/tll6527m.c index 130861bd2589..18d303dd5627 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), |
| @@ -586,7 +586,7 @@ static struct resource bfin_uart0_resources[] = { | |||
| 586 | }, | 586 | }, |
| 587 | }; | 587 | }; |
| 588 | 588 | ||
| 589 | unsigned short bfin_uart0_peripherals[] = { | 589 | static unsigned short bfin_uart0_peripherals[] = { |
| 590 | P_UART0_TX, P_UART0_RX, 0 | 590 | P_UART0_TX, P_UART0_RX, 0 |
| 591 | }; | 591 | }; |
| 592 | 592 | ||
| @@ -642,7 +642,7 @@ static struct resource bfin_uart1_resources[] = { | |||
| 642 | #endif | 642 | #endif |
| 643 | }; | 643 | }; |
| 644 | 644 | ||
| 645 | unsigned short bfin_uart1_peripherals[] = { | 645 | static unsigned short bfin_uart1_peripherals[] = { |
| 646 | P_UART1_TX, P_UART1_RX, 0 | 646 | P_UART1_TX, P_UART1_RX, 0 |
| 647 | }; | 647 | }; |
| 648 | 648 | ||
| @@ -799,9 +799,9 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
| 799 | }, | 799 | }, |
| 800 | }; | 800 | }; |
| 801 | 801 | ||
| 802 | unsigned short bfin_sport0_peripherals[] = { | 802 | static unsigned short bfin_sport0_peripherals[] = { |
| 803 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 803 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
| 804 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 804 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
| 805 | }; | 805 | }; |
| 806 | 806 | ||
| 807 | static struct platform_device bfin_sport0_uart_device = { | 807 | static struct platform_device bfin_sport0_uart_device = { |
| @@ -834,9 +834,9 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
| 834 | }, | 834 | }, |
| 835 | }; | 835 | }; |
| 836 | 836 | ||
| 837 | unsigned short bfin_sport1_peripherals[] = { | 837 | static unsigned short bfin_sport1_peripherals[] = { |
| 838 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 838 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
| 839 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 839 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
| 840 | }; | 840 | }; |
| 841 | 841 | ||
| 842 | static struct platform_device bfin_sport1_uart_device = { | 842 | static struct platform_device bfin_sport1_uart_device = { |
