|
From: Paul M. <le...@us...> - 2006-08-07 00:50:15
|
Update of /cvsroot/linuxsh/linux/include/asm-sh In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv421/include/asm-sh Modified Files: watchdog.h Log Message: shwdt tidy and docbook fixups. Index: watchdog.h =================================================================== RCS file: /cvsroot/linuxsh/linux/include/asm-sh/watchdog.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- watchdog.h 24 Sep 2004 14:58:00 -0000 1.4 +++ watchdog.h 7 Aug 2006 00:50:05 -0000 1.5 @@ -63,7 +63,6 @@ /** * sh_wdt_read_cnt - Read from Counter - * * Reads back the WTCNT value. */ static inline __u8 sh_wdt_read_cnt(void) @@ -73,7 +72,6 @@ /** * sh_wdt_write_cnt - Write to Counter - * * @val: Value to write * * Writes the given value @val to the lower byte of the timer counter. @@ -96,7 +94,6 @@ /** * sh_wdt_write_csr - Write to Control/Status Register - * * @val: Value to write * * Writes the given value @val to the lower byte of the control/status |