diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-02 20:41:35 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-18 19:05:55 -0400 |
commit | 2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec (patch) | |
tree | 7c895c5e5579ed9e7f2c64392a463c48d088b6dd /arch/arm/mach-omap2/wd_timer.h | |
parent | 2ba30f0f23d277dec2a53ad6ccaa2f2c6e994fc8 (diff) |
ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2
Let's make omap_hwmod local to mach-omap2 for
ARM common zImage support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/wd_timer.h')
-rw-r--r-- | arch/arm/mach-omap2/wd_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/wd_timer.h b/arch/arm/mach-omap2/wd_timer.h index f6bbba73b535..a78f81034a9f 100644 --- a/arch/arm/mach-omap2/wd_timer.h +++ b/arch/arm/mach-omap2/wd_timer.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H | 10 | #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H |
11 | #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H | 11 | #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H |
12 | 12 | ||
13 | #include <plat/omap_hwmod.h> | 13 | #include "omap_hwmod.h" |
14 | 14 | ||
15 | extern int omap2_wd_timer_disable(struct omap_hwmod *oh); | 15 | extern int omap2_wd_timer_disable(struct omap_hwmod *oh); |
16 | extern int omap2_wd_timer_reset(struct omap_hwmod *oh); | 16 | extern int omap2_wd_timer_reset(struct omap_hwmod *oh); |