aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2015-04-02 10:37:00 -0400
committerRalf Baechle <ralf@linux-mips.org>2015-04-02 10:37:00 -0400
commit21c784b93b0a19af4ae7bcce0d22120ba91970cf (patch)
tree856ae71140e417e7d39baa2f7be7957dca5c5162
parent6b09adcf6a96bbc1d7456b0a4da160fa737c6c2f (diff)
MIPS: SEAD3: Make static in sead3-ehci what can be made static.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/mti-sead3/sead3-ehci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/mti-sead3/sead3-ehci.c b/arch/mips/mti-sead3/sead3-ehci.c
index c46b14f3ccb7..e2b094a91d5c 100644
--- a/arch/mips/mti-sead3/sead3-ehci.c
+++ b/arch/mips/mti-sead3/sead3-ehci.c
@@ -13,7 +13,7 @@
13 13
14#include <asm/mips-boards/sead3int.h> 14#include <asm/mips-boards/sead3int.h>
15 15
16struct resource ehci_resources[] = { 16static struct resource ehci_resources[] = {
17 { 17 {
18 .start = 0x1b200000, 18 .start = 0x1b200000,
19 .end = 0x1b200fff, 19 .end = 0x1b200fff,
@@ -24,7 +24,7 @@ struct resource ehci_resources[] = {
24 } 24 }
25}; 25};
26 26
27u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32); 27static u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32);
28 28
29static struct platform_device ehci_device = { 29static struct platform_device ehci_device = {
30 .name = "sead3-ehci", 30 .name = "sead3-ehci",