Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
21c784b9
Commit
21c784b9
authored
Apr 02, 2015
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: SEAD3: Make static in sead3-ehci what can be made static.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
6b09adcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/mips/mti-sead3/sead3-ehci.c
arch/mips/mti-sead3/sead3-ehci.c
+2
-2
No files found.
arch/mips/mti-sead3/sead3-ehci.c
View file @
21c784b9
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment