]> git.karo-electronics.de Git - mv-sheeva.git/commit
OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/devices.c
authorPaul Walmsley <paul@pwsan.com>
Wed, 22 Dec 2010 02:56:17 +0000 (19:56 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 22 Dec 2010 02:56:17 +0000 (19:56 -0700)
commit81fbc5ef9b22df2e2198dd0c530719a263a8d1c5
treee11b03021482b9ea8e0623a160eb86e03841b40d
parent233cbe5b94096f95ba7bca2162d63275b0b90b5b
OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/devices.c

Split the wd_timer disable code out into its own file,
mach-omap2/wd_timer.c; it belongs in its own file rather than
cluttering up devices.c.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Charulatha Varadarajan <charu@ti.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/devices.c
arch/arm/mach-omap2/wd_timer.c [new file with mode: 0644]
arch/arm/mach-omap2/wd_timer.h [new file with mode: 0644]