diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-04-29 16:23:59 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-05-26 07:18:15 -0700 |
commit | fb6313879caa46831d71a316b97b51d37d100269 (patch) | |
tree | 17441fc3ff71bfda33af952f4ff7d4e1f1ea7403 /arch/arm/mach-davinci/clock.h | |
parent | 0521444d497ee1f8a31314d2ce3c6b9edab25b51 (diff) | |
download | kernel_samsung_crespo-fb6313879caa46831d71a316b97b51d37d100269.tar.gz kernel_samsung_crespo-fb6313879caa46831d71a316b97b51d37d100269.tar.bz2 kernel_samsung_crespo-fb6313879caa46831d71a316b97b51d37d100269.zip |
davinci: add platform support for watchdog timer
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/clock.h')
-rw-r--r-- | arch/arm/mach-davinci/clock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/clock.h b/arch/arm/mach-davinci/clock.h index 35736ec202f..584494a3207 100644 --- a/arch/arm/mach-davinci/clock.h +++ b/arch/arm/mach-davinci/clock.h @@ -93,4 +93,7 @@ struct davinci_clk { } int davinci_clk_init(struct davinci_clk *clocks); + +extern struct platform_device davinci_wdt_device; + #endif |