diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-12-21 19:56:17 -0700 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-12-21 19:56:17 -0700 |
commit | 81fbc5ef9b22df2e2198dd0c530719a263a8d1c5 (patch) | |
tree | e11b03021482b9ea8e0623a160eb86e03841b40d /arch/arm/mach-omap2/Makefile | |
parent | 233cbe5b94096f95ba7bca2162d63275b0b90b5b (diff) | |
download | talos-obmc-linux-81fbc5ef9b22df2e2198dd0c530719a263a8d1c5.tar.gz talos-obmc-linux-81fbc5ef9b22df2e2198dd0c530719a263a8d1c5.zip |
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>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 1b699d3c6cb8..4a8ea79a2b0c 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -4,7 +4,7 @@ # Common support obj-y := id.o io.o control.o mux.o devices.o serial.o gpmc.o timer-gp.o pm.o \ - common.o gpio.o dma.o + common.o gpio.o dma.o wd_timer.o omap-2-3-common = irq.o sdrc.o prm2xxx_3xxx.o hwmod-common = omap_hwmod.o \ |