lkml.org 
[lkml]   [2008]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 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>
diff -urN -x CVS linux-2.6.28-rc3/drivers/watchdog/at91sam9_wdt.c linux-2.6/drivers/watchdog/at91sam9_wdt.c
--- linux-2.6.28-rc3/drivers/watchdog/at91sam9_wdt.c 2008-11-05 21:35:49.000000000 +0200
+++ linux-2.6/drivers/watchdog/at91sam9_wdt.c 2008-11-05 21:09:59.000000000 +0200
@@ -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"
\
 
 \ /
  Last update: 2008-11-05 21:21    [W:0.567 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site