diff options
Diffstat (limited to 'drivers/watchdog/at91rm9200_wdt.c')
-rw-r--r-- | drivers/watchdog/at91rm9200_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/at91rm9200_wdt.c b/drivers/watchdog/at91rm9200_wdt.c index 9ff9a956532..bf872aa2b9f 100644 --- a/drivers/watchdog/at91rm9200_wdt.c +++ b/drivers/watchdog/at91rm9200_wdt.c @@ -21,7 +21,7 @@ #include <linux/types.h> #include <linux/watchdog.h> #include <asm/uaccess.h> -#include <asm/arch/at91_st.h> +#include <mach/at91_st.h> #define WDT_DEFAULT_TIME 5 /* seconds */ |