Commit b954f6f6 authored by Andrew Victor's avatar Andrew Victor Committed by Wim Van Sebroeck

[WATCHDOG] SAM9 watchdog - update for moved headers

The architecture header files were recently moved from
include/asm-arm/mach-at91/ to arch/arm/mach-at91/include/mach/.
The SAM9 watchdog driver still includes a header from the old location.
Signed-off-by: default avatarAndrew Victor <linux@maxim.org.za>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 75fa6770
......@@ -30,7 +30,7 @@
#include <linux/bitops.h>
#include <linux/uaccess.h>
#include <asm/arch/at91_wdt.h>
#include <mach/at91_wdt.h>
#define DRV_NAME "AT91SAM9 Watchdog"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment