commit | fb6313879caa46831d71a316b97b51d37d100269 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@deeprootsystems.com> | Wed Apr 29 16:23:59 2009 -0700 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Tue May 26 07:18:15 2009 -0700 |
tree | 17441fc3ff71bfda33af952f4ff7d4e1f1ea7403 | |
parent | 0521444d497ee1f8a31314d2ce3c6b9edab25b51 [diff] [blame] |
davinci: add platform support for watchdog timer Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
diff --git a/arch/arm/mach-davinci/clock.h b/arch/arm/mach-davinci/clock.h index 35736ec..584494a 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h
@@ -93,4 +93,7 @@ } int davinci_clk_init(struct davinci_clk *clocks); + +extern struct platform_device davinci_wdt_device; + #endif