]> git.baikalelectronics.ru Git - kernel.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)
commit54511ae9062181cee33f66cca614523db87ff0e6
treee11b03021482b9ea8e0623a160eb86e03841b40d
parent9ddd0a6c092f65334f3c908644c456209cda8c44
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]