浏览代码

[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: Andrew Victor <linux@maxim.org.za>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Andrew Victor 17 年之前
父节点
当前提交
b954f6f63e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/watchdog/at91sam9_wdt.c

+ 1 - 1
drivers/watchdog/at91sam9_wdt.c

@@ -30,7 +30,7 @@
 #include <linux/bitops.h>
 #include <linux/bitops.h>
 #include <linux/uaccess.h>
 #include <linux/uaccess.h>
 
 
-#include <asm/arch/at91_wdt.h>
+#include <mach/at91_wdt.h>
 
 
 #define DRV_NAME "AT91SAM9 Watchdog"
 #define DRV_NAME "AT91SAM9 Watchdog"