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: Andrew Victor <linux@maxim.org.za>
Cc: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Andrew Victor 2008-11-06 12:53:42 -08:00 committed by Linus Torvalds
parent 80bb26d406
commit c1dfda399a
1 changed files with 1 additions and 1 deletions

View File

@ -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"