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-bf518 | |
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-bf518')
-rw-r--r-- | arch/blackfin/mach-bf518/boards/ezbrd.c | 8 | ||||
-rw-r--r-- | arch/blackfin/mach-bf518/boards/tcm-bf518.c | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/blackfin/mach-bf518/boards/ezbrd.c b/arch/blackfin/mach-bf518/boards/ezbrd.c index 8d55a8dad7ab..c0ccadcfa44e 100644 --- a/arch/blackfin/mach-bf518/boards/ezbrd.c +++ b/arch/blackfin/mach-bf518/boards/ezbrd.c | |||
@@ -452,7 +452,7 @@ static struct resource bfin_uart0_resources[] = { | |||
452 | }, | 452 | }, |
453 | }; | 453 | }; |
454 | 454 | ||
455 | unsigned short bfin_uart0_peripherals[] = { | 455 | static unsigned short bfin_uart0_peripherals[] = { |
456 | P_UART0_TX, P_UART0_RX, 0 | 456 | P_UART0_TX, P_UART0_RX, 0 |
457 | }; | 457 | }; |
458 | 458 | ||
@@ -495,7 +495,7 @@ static struct resource bfin_uart1_resources[] = { | |||
495 | }, | 495 | }, |
496 | }; | 496 | }; |
497 | 497 | ||
498 | unsigned short bfin_uart1_peripherals[] = { | 498 | static unsigned short bfin_uart1_peripherals[] = { |
499 | P_UART1_TX, P_UART1_RX, 0 | 499 | P_UART1_TX, P_UART1_RX, 0 |
500 | }; | 500 | }; |
501 | 501 | ||
@@ -635,7 +635,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
635 | }, | 635 | }, |
636 | }; | 636 | }; |
637 | 637 | ||
638 | unsigned short bfin_sport0_peripherals[] = { | 638 | static unsigned short bfin_sport0_peripherals[] = { |
639 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 639 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
640 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 | 640 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
641 | }; | 641 | }; |
@@ -669,7 +669,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
669 | }, | 669 | }, |
670 | }; | 670 | }; |
671 | 671 | ||
672 | unsigned short bfin_sport1_peripherals[] = { | 672 | static unsigned short bfin_sport1_peripherals[] = { |
673 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 673 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
674 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 | 674 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
675 | }; | 675 | }; |
diff --git a/arch/blackfin/mach-bf518/boards/tcm-bf518.c b/arch/blackfin/mach-bf518/boards/tcm-bf518.c index a5984ddec8c0..50fc5c89e379 100644 --- a/arch/blackfin/mach-bf518/boards/tcm-bf518.c +++ b/arch/blackfin/mach-bf518/boards/tcm-bf518.c | |||
@@ -377,7 +377,7 @@ static struct resource bfin_uart0_resources[] = { | |||
377 | }, | 377 | }, |
378 | }; | 378 | }; |
379 | 379 | ||
380 | unsigned short bfin_uart0_peripherals[] = { | 380 | static unsigned short bfin_uart0_peripherals[] = { |
381 | P_UART0_TX, P_UART0_RX, 0 | 381 | P_UART0_TX, P_UART0_RX, 0 |
382 | }; | 382 | }; |
383 | 383 | ||
@@ -420,7 +420,7 @@ static struct resource bfin_uart1_resources[] = { | |||
420 | }, | 420 | }, |
421 | }; | 421 | }; |
422 | 422 | ||
423 | unsigned short bfin_uart1_peripherals[] = { | 423 | static unsigned short bfin_uart1_peripherals[] = { |
424 | P_UART1_TX, P_UART1_RX, 0 | 424 | P_UART1_TX, P_UART1_RX, 0 |
425 | }; | 425 | }; |
426 | 426 | ||
@@ -547,7 +547,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
547 | }, | 547 | }, |
548 | }; | 548 | }; |
549 | 549 | ||
550 | unsigned short bfin_sport0_peripherals[] = { | 550 | static unsigned short bfin_sport0_peripherals[] = { |
551 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 551 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
552 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 | 552 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
553 | }; | 553 | }; |
@@ -581,7 +581,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
581 | }, | 581 | }, |
582 | }; | 582 | }; |
583 | 583 | ||
584 | unsigned short bfin_sport1_peripherals[] = { | 584 | static unsigned short bfin_sport1_peripherals[] = { |
585 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 585 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
586 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 | 586 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
587 | }; | 587 | }; |