Skip to content

Commit

Permalink
SAM9 watchdog: update for moved headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Victor authored and Linus Torvalds committed Nov 6, 2008
1 parent 80bb26d commit c1dfda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/watchdog/at91sam9_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c1dfda3

Please sign in to comment.