From: Jean-Christophe Plagniol-Villard Date: Thu, 14 Jul 2011 23:52:05 +0000 (+0200) Subject: watchdog: at91sam9/wdt: move register header to drivers X-Git-Tag: next-20110726~18^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71934d42e019683a9f237669252651d88bf87eda;p=karo-tx-linux.git watchdog: at91sam9/wdt: move register header to drivers move register header to drivers Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Cc: Nicolas Ferre Signed-off-by: Wim Van Sebroeck --- diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/watchdog/at91sam9_wdt.c index 5cfbcc55d88a..87445b2d72a7 100644 --- a/drivers/watchdog/at91sam9_wdt.c +++ b/drivers/watchdog/at91sam9_wdt.c @@ -31,7 +31,7 @@ #include #include -#include +#include "at91sam9_wdt.h" #define DRV_NAME "AT91SAM9 Watchdog" diff --git a/arch/arm/mach-at91/include/mach/at91_wdt.h b/drivers/watchdog/at91sam9_wdt.h similarity index 96% rename from arch/arm/mach-at91/include/mach/at91_wdt.h rename to drivers/watchdog/at91sam9_wdt.h index fecc2e9f0ca8..757f9cab5c82 100644 --- a/arch/arm/mach-at91/include/mach/at91_wdt.h +++ b/drivers/watchdog/at91sam9_wdt.h @@ -1,5 +1,5 @@ /* - * arch/arm/mach-at91/include/mach/at91_wdt.h + * drivers/watchdog/at91sam9_wdt.h * * Copyright (C) 2007 Andrew Victor * Copyright (C) 2007 Atmel Corporation.