diff options
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 f6bbba73b53..a78f81034a9 100644 --- a/arch/arm/mach-omap2/wd_timer.h +++ b/arch/arm/mach-omap2/wd_timer.h @@ -10,7 +10,7 @@  #ifndef __ARCH_ARM_MACH_OMAP2_WD_TIMER_H  #define __ARCH_ARM_MACH_OMAP2_WD_TIMER_H -#include <plat/omap_hwmod.h> +#include "omap_hwmod.h"  extern int omap2_wd_timer_disable(struct omap_hwmod *oh);  extern int omap2_wd_timer_reset(struct omap_hwmod *oh);  |