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
2c70df5b
Commit
2c70df5b
authored
Jul 09, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Nuke redeclarations of board_time_init.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
046f8f70
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
arch/mips/ite-boards/generic/it8172_setup.c
arch/mips/ite-boards/generic/it8172_setup.c
+0
-1
arch/mips/philips/pnx8550/common/setup.c
arch/mips/philips/pnx8550/common/setup.c
+0
-1
No files found.
arch/mips/ite-boards/generic/it8172_setup.c
View file @
2c70df5b
...
@@ -59,7 +59,6 @@ extern void it8172_restart(char *command);
...
@@ -59,7 +59,6 @@ extern void it8172_restart(char *command);
extern
void
it8172_halt
(
void
);
extern
void
it8172_halt
(
void
);
extern
void
it8172_power_off
(
void
);
extern
void
it8172_power_off
(
void
);
extern
void
(
*
board_time_init
)(
void
);
extern
void
it8172_time_init
(
void
);
extern
void
it8172_time_init
(
void
);
extern
void
it8172_timer_setup
(
struct
irqaction
*
irq
);
extern
void
it8172_timer_setup
(
struct
irqaction
*
irq
);
...
...
arch/mips/philips/pnx8550/common/setup.c
View file @
2c70df5b
...
@@ -49,7 +49,6 @@ extern void pnx8550_machine_halt(void);
...
@@ -49,7 +49,6 @@ extern void pnx8550_machine_halt(void);
extern
void
pnx8550_machine_power_off
(
void
);
extern
void
pnx8550_machine_power_off
(
void
);
extern
struct
resource
ioport_resource
;
extern
struct
resource
ioport_resource
;
extern
struct
resource
iomem_resource
;
extern
struct
resource
iomem_resource
;
extern
void
(
*
board_time_init
)(
void
);
extern
void
pnx8550_time_init
(
void
);
extern
void
pnx8550_time_init
(
void
);
extern
void
pnx8550_timer_setup
(
struct
irqaction
*
irq
);
extern
void
pnx8550_timer_setup
(
struct
irqaction
*
irq
);
extern
void
rs_kgdb_hook
(
int
tty_no
);
extern
void
rs_kgdb_hook
(
int
tty_no
);
...
...
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