diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-24 04:23:04 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:25 -0500 |
commit | a8b19886097032df38bd521cece4bc538fee2266 (patch) | |
tree | 809dcbca521633280190621a70ae799532704fee /arch/blackfin/mach-bf548 | |
parent | 3ea9f2bf5a3b91ba18af9f25bfc9a32677ea47d8 (diff) |
Blackfin: boards: add missing "static" to peripheral lists
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 18 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index 041afd8c90dc..d11502ac5623 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -156,7 +156,7 @@ static struct resource bfin_uart0_resources[] = { | |||
156 | }, | 156 | }, |
157 | }; | 157 | }; |
158 | 158 | ||
159 | unsigned short bfin_uart0_peripherals[] = { | 159 | static unsigned short bfin_uart0_peripherals[] = { |
160 | P_UART0_TX, P_UART0_RX, 0 | 160 | P_UART0_TX, P_UART0_RX, 0 |
161 | }; | 161 | }; |
162 | 162 | ||
@@ -211,7 +211,7 @@ static struct resource bfin_uart1_resources[] = { | |||
211 | #endif | 211 | #endif |
212 | }; | 212 | }; |
213 | 213 | ||
214 | unsigned short bfin_uart1_peripherals[] = { | 214 | static unsigned short bfin_uart1_peripherals[] = { |
215 | P_UART1_TX, P_UART1_RX, | 215 | P_UART1_TX, P_UART1_RX, |
216 | #ifdef CONFIG_BFIN_UART1_CTSRTS | 216 | #ifdef CONFIG_BFIN_UART1_CTSRTS |
217 | P_UART1_RTS, P_UART1_CTS, | 217 | P_UART1_RTS, P_UART1_CTS, |
@@ -258,7 +258,7 @@ static struct resource bfin_uart2_resources[] = { | |||
258 | }, | 258 | }, |
259 | }; | 259 | }; |
260 | 260 | ||
261 | unsigned short bfin_uart2_peripherals[] = { | 261 | static unsigned short bfin_uart2_peripherals[] = { |
262 | P_UART2_TX, P_UART2_RX, 0 | 262 | P_UART2_TX, P_UART2_RX, 0 |
263 | }; | 263 | }; |
264 | 264 | ||
@@ -313,7 +313,7 @@ static struct resource bfin_uart3_resources[] = { | |||
313 | #endif | 313 | #endif |
314 | }; | 314 | }; |
315 | 315 | ||
316 | unsigned short bfin_uart3_peripherals[] = { | 316 | static unsigned short bfin_uart3_peripherals[] = { |
317 | P_UART3_TX, P_UART3_RX, | 317 | P_UART3_TX, P_UART3_RX, |
318 | #ifdef CONFIG_BFIN_UART3_CTSRTS | 318 | #ifdef CONFIG_BFIN_UART3_CTSRTS |
319 | P_UART3_RTS, P_UART3_CTS, | 319 | P_UART3_RTS, P_UART3_CTS, |
@@ -553,7 +553,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
553 | }, | 553 | }, |
554 | }; | 554 | }; |
555 | 555 | ||
556 | unsigned short bfin_sport0_peripherals[] = { | 556 | static unsigned short bfin_sport0_peripherals[] = { |
557 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 557 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
558 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 | 558 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
559 | }; | 559 | }; |
@@ -587,7 +587,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
587 | }, | 587 | }, |
588 | }; | 588 | }; |
589 | 589 | ||
590 | unsigned short bfin_sport1_peripherals[] = { | 590 | static unsigned short bfin_sport1_peripherals[] = { |
591 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 591 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
592 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 | 592 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
593 | }; | 593 | }; |
@@ -621,7 +621,7 @@ static struct resource bfin_sport2_uart_resources[] = { | |||
621 | }, | 621 | }, |
622 | }; | 622 | }; |
623 | 623 | ||
624 | unsigned short bfin_sport2_peripherals[] = { | 624 | static unsigned short bfin_sport2_peripherals[] = { |
625 | P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, | 625 | P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, |
626 | P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 | 626 | P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 |
627 | }; | 627 | }; |
@@ -655,7 +655,7 @@ static struct resource bfin_sport3_uart_resources[] = { | |||
655 | }, | 655 | }, |
656 | }; | 656 | }; |
657 | 657 | ||
658 | unsigned short bfin_sport3_peripherals[] = { | 658 | static unsigned short bfin_sport3_peripherals[] = { |
659 | P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, | 659 | P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, |
660 | P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 | 660 | P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 |
661 | }; | 661 | }; |
@@ -757,7 +757,7 @@ static struct platform_device bf54x_sdh_device = { | |||
757 | #endif | 757 | #endif |
758 | 758 | ||
759 | #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) | 759 | #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) |
760 | unsigned short bfin_can_peripherals[] = { | 760 | static unsigned short bfin_can_peripherals[] = { |
761 | P_CAN0_RX, P_CAN0_TX, 0 | 761 | P_CAN0_RX, P_CAN0_TX, 0 |
762 | }; | 762 | }; |
763 | 763 | ||
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 277a81e9296f..ce5a2bb147dc 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -261,7 +261,7 @@ static struct resource bfin_uart0_resources[] = { | |||
261 | }, | 261 | }, |
262 | }; | 262 | }; |
263 | 263 | ||
264 | unsigned short bfin_uart0_peripherals[] = { | 264 | static unsigned short bfin_uart0_peripherals[] = { |
265 | P_UART0_TX, P_UART0_RX, 0 | 265 | P_UART0_TX, P_UART0_RX, 0 |
266 | }; | 266 | }; |
267 | 267 | ||
@@ -316,7 +316,7 @@ static struct resource bfin_uart1_resources[] = { | |||
316 | #endif | 316 | #endif |
317 | }; | 317 | }; |
318 | 318 | ||
319 | unsigned short bfin_uart1_peripherals[] = { | 319 | static unsigned short bfin_uart1_peripherals[] = { |
320 | P_UART1_TX, P_UART1_RX, | 320 | P_UART1_TX, P_UART1_RX, |
321 | #ifdef CONFIG_BFIN_UART1_CTSRTS | 321 | #ifdef CONFIG_BFIN_UART1_CTSRTS |
322 | P_UART1_RTS, P_UART1_CTS, | 322 | P_UART1_RTS, P_UART1_CTS, |
@@ -363,7 +363,7 @@ static struct resource bfin_uart2_resources[] = { | |||
363 | }, | 363 | }, |
364 | }; | 364 | }; |
365 | 365 | ||
366 | unsigned short bfin_uart2_peripherals[] = { | 366 | static unsigned short bfin_uart2_peripherals[] = { |
367 | P_UART2_TX, P_UART2_RX, 0 | 367 | P_UART2_TX, P_UART2_RX, 0 |
368 | }; | 368 | }; |
369 | 369 | ||
@@ -418,7 +418,7 @@ static struct resource bfin_uart3_resources[] = { | |||
418 | #endif | 418 | #endif |
419 | }; | 419 | }; |
420 | 420 | ||
421 | unsigned short bfin_uart3_peripherals[] = { | 421 | static unsigned short bfin_uart3_peripherals[] = { |
422 | P_UART3_TX, P_UART3_RX, | 422 | P_UART3_TX, P_UART3_RX, |
423 | #ifdef CONFIG_BFIN_UART3_CTSRTS | 423 | #ifdef CONFIG_BFIN_UART3_CTSRTS |
424 | P_UART3_RTS, P_UART3_CTS, | 424 | P_UART3_RTS, P_UART3_CTS, |
@@ -658,7 +658,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
658 | }, | 658 | }, |
659 | }; | 659 | }; |
660 | 660 | ||
661 | unsigned short bfin_sport0_peripherals[] = { | 661 | static unsigned short bfin_sport0_peripherals[] = { |
662 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 662 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
663 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 | 663 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
664 | }; | 664 | }; |
@@ -692,7 +692,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
692 | }, | 692 | }, |
693 | }; | 693 | }; |
694 | 694 | ||
695 | unsigned short bfin_sport1_peripherals[] = { | 695 | static unsigned short bfin_sport1_peripherals[] = { |
696 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 696 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
697 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 | 697 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
698 | }; | 698 | }; |
@@ -726,7 +726,7 @@ static struct resource bfin_sport2_uart_resources[] = { | |||
726 | }, | 726 | }, |
727 | }; | 727 | }; |
728 | 728 | ||
729 | unsigned short bfin_sport2_peripherals[] = { | 729 | static unsigned short bfin_sport2_peripherals[] = { |
730 | P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, | 730 | P_SPORT2_TFS, P_SPORT2_DTPRI, P_SPORT2_TSCLK, P_SPORT2_RFS, |
731 | P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 | 731 | P_SPORT2_DRPRI, P_SPORT2_RSCLK, P_SPORT2_DRSEC, P_SPORT2_DTSEC, 0 |
732 | }; | 732 | }; |
@@ -760,7 +760,7 @@ static struct resource bfin_sport3_uart_resources[] = { | |||
760 | }, | 760 | }, |
761 | }; | 761 | }; |
762 | 762 | ||
763 | unsigned short bfin_sport3_peripherals[] = { | 763 | static unsigned short bfin_sport3_peripherals[] = { |
764 | P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, | 764 | P_SPORT3_TFS, P_SPORT3_DTPRI, P_SPORT3_TSCLK, P_SPORT3_RFS, |
765 | P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 | 765 | P_SPORT3_DRPRI, P_SPORT3_RSCLK, P_SPORT3_DRSEC, P_SPORT3_DTSEC, 0 |
766 | }; | 766 | }; |
@@ -778,7 +778,7 @@ static struct platform_device bfin_sport3_uart_device = { | |||
778 | #endif | 778 | #endif |
779 | 779 | ||
780 | #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) | 780 | #if defined(CONFIG_CAN_BFIN) || defined(CONFIG_CAN_BFIN_MODULE) |
781 | unsigned short bfin_can_peripherals[] = { | 781 | static unsigned short bfin_can_peripherals[] = { |
782 | P_CAN0_RX, P_CAN0_TX, 0 | 782 | P_CAN0_RX, P_CAN0_TX, 0 |
783 | }; | 783 | }; |
784 | 784 | ||