projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b09adc
)
MIPS: SEAD3: Make static in sead3-ehci what can be made static.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 2 Apr 2015 14:37:00 +0000
(16:37 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 2 Apr 2015 14:37:00 +0000
(16:37 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mti-sead3/sead3-ehci.c
patch
|
blob
|
history
diff --git
a/arch/mips/mti-sead3/sead3-ehci.c
b/arch/mips/mti-sead3/sead3-ehci.c
index
c46b14f
..
e2b094a
100644
(file)
--- a/
arch/mips/mti-sead3/sead3-ehci.c
+++ b/
arch/mips/mti-sead3/sead3-ehci.c
@@
-13,7
+13,7
@@
#include <asm/mips-boards/sead3int.h>
-struct resource ehci_resources[] = {
+st
atic st
ruct resource ehci_resources[] = {
{
.start = 0x1b200000,
.end = 0x1b200fff,
@@
-24,7
+24,7
@@
struct resource ehci_resources[] = {
}
};
-u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32);
+
static
u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32);
static struct platform_device ehci_device = {
.name = "sead3-ehci",