OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11f2cde
)
arm: footbridge: Make cksrc_dc21285_disable() void
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 28 Mar 2011 09:25:40 +0000
(11:25 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 29 Mar 2011 12:47:50 +0000
(14:47 +0200)
This clocksource function needs to be void.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/arm/mach-footbridge/dc21285-timer.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-footbridge/dc21285-timer.c
b/arch/arm/mach-footbridge/dc21285-timer.c
index
a921fe9
..
5f1f986
100644
(file)
--- a/
arch/arm/mach-footbridge/dc21285-timer.c
+++ b/
arch/arm/mach-footbridge/dc21285-timer.c
@@
-30,7
+30,7
@@
static int cksrc_dc21285_enable(struct clocksource *cs)
return 0;
}
-static
int
cksrc_dc21285_disable(struct clocksource *cs)
+static
void
cksrc_dc21285_disable(struct clocksource *cs)
{
*CSR_TIMER2_CNTL = 0;
}