All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mk48t59: fix compile problem introduced by commit d1e23194
@ 2008-09-08 20:50 Wolfgang Denk
  2008-09-08 20:50 ` [U-Boot] [PATCH] BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings Wolfgang Denk
  0 siblings, 1 reply; 13+ messages in thread
From: Wolfgang Denk @ 2008-09-08 20:50 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Wolfgang Denk <wd@denx.de>
---
 drivers/rtc/mk48t59.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/rtc/mk48t59.c b/drivers/rtc/mk48t59.c
index b6c234e..dabf322 100644
--- a/drivers/rtc/mk48t59.c
+++ b/drivers/rtc/mk48t59.c
@@ -227,7 +227,7 @@ void rtc_reset (void)
 	rtc_write(RTC_CONTROLB, control_b);
 }
 
-int rtc_set_watchdog(short multi, short res)
+void rtc_set_watchdog(short multi, short res)
 {
 	uchar wd_value;
 
-- 
1.5.6.1

^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-09-09 12:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 20:50 [U-Boot] [PATCH] mk48t59: fix compile problem introduced by commit d1e23194 Wolfgang Denk
2008-09-08 20:50 ` [U-Boot] [PATCH] BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings Wolfgang Denk
2008-09-08 20:50   ` [U-Boot] [PATCH] common/cmd_bootm.c: fix printf() format warnings Wolfgang Denk
2008-09-08 20:50     ` [U-Boot] [PATCH] ml507: fix out of tree build problem Wolfgang Denk
2008-09-08 22:39       ` Ricardo
2008-09-08 23:19         ` Wolfgang Denk
2008-09-08 23:44           ` Ricardo
2008-09-09  0:07             ` Wolfgang Denk
2008-09-09  7:12             ` Wolfgang Denk
2008-09-09  7:33               ` Wolfgang Denk
2008-09-09 12:28                 ` Ricardo
2008-09-08 23:22   ` [U-Boot] [PATCH] disk-on-chip: remove duplicate doc_probe declaration Jean-Christophe PLAGNIOL-VILLARD
2008-09-09  0:17     ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.