diff options
Diffstat (limited to 'drivers/watchdog/omap_wdt.c')
-rw-r--r-- | drivers/watchdog/omap_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/omap_wdt.c b/drivers/watchdog/omap_wdt.c index 6dfb9cf15582..74a10d50607b 100644 --- a/drivers/watchdog/omap_wdt.c +++ b/drivers/watchdog/omap_wdt.c @@ -43,9 +43,9 @@ #include <asm/io.h> #include <asm/uaccess.h> -#include <asm/arch/hardware.h> +#include <mach/hardware.h> -#include <asm/arch/prcm.h> +#include <mach/prcm.h> #include "omap_wdt.h" |