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
50785a59
Commit
50785a59
authored
Jul 09, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Nuke redeclarations of board_timer_setup.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
115f2a44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/mips/ite-boards/generic/it8172_setup.c
arch/mips/ite-boards/generic/it8172_setup.c
+1
-1
arch/mips/philips/pnx8550/common/setup.c
arch/mips/philips/pnx8550/common/setup.c
+1
-1
No files found.
arch/mips/ite-boards/generic/it8172_setup.c
View file @
50785a59
...
...
@@ -29,6 +29,7 @@
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/ioport.h>
#include <linux/irq.h>
#include <linux/serial_reg.h>
#include <linux/major.h>
#include <linux/kdev_t.h>
...
...
@@ -59,7 +60,6 @@ extern void it8172_halt(void);
extern
void
it8172_power_off
(
void
);
extern
void
(
*
board_time_init
)(
void
);
extern
void
(
*
board_timer_setup
)(
struct
irqaction
*
irq
);
extern
void
it8172_time_init
(
void
);
extern
void
it8172_timer_setup
(
struct
irqaction
*
irq
);
...
...
arch/mips/philips/pnx8550/common/setup.c
View file @
50785a59
...
...
@@ -20,6 +20,7 @@
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/ioport.h>
#include <linux/irq.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
...
...
@@ -50,7 +51,6 @@ extern struct resource ioport_resource;
extern
struct
resource
iomem_resource
;
extern
void
(
*
board_time_init
)(
void
);
extern
void
pnx8550_time_init
(
void
);
extern
void
(
*
board_timer_setup
)(
struct
irqaction
*
irq
);
extern
void
pnx8550_timer_setup
(
struct
irqaction
*
irq
);
extern
void
rs_kgdb_hook
(
int
tty_no
);
extern
void
prom_printf
(
char
*
fmt
,
...);
...
...
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