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
Kirill Smelkov
linux
Commits
cbb30696
Commit
cbb30696
authored
Jun 04, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Remove duplicate declarations from Alchemy code.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
1bd5e161
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
arch/mips/au1000/common/setup.c
arch/mips/au1000/common/setup.c
+0
-4
No files found.
arch/mips/au1000/common/setup.c
View file @
cbb30696
...
...
@@ -49,11 +49,7 @@ extern void __init board_setup(void);
extern
void
au1000_restart
(
char
*
);
extern
void
au1000_halt
(
void
);
extern
void
au1000_power_off
(
void
);
extern
struct
resource
ioport_resource
;
extern
struct
resource
iomem_resource
;
extern
void
(
*
board_time_init
)(
void
);
extern
void
au1x_time_init
(
void
);
extern
void
(
*
board_timer_setup
)(
struct
irqaction
*
irq
);
extern
void
au1x_timer_setup
(
struct
irqaction
*
irq
);
extern
void
au1xxx_time_init
(
void
);
extern
void
au1xxx_timer_setup
(
struct
irqaction
*
irq
);
...
...
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