Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

watchdog: at91sam9/wdt: move register header to drivers

move register header to drivers

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Jean-Christophe Plagniol-Villard and committed by
Wim Van Sebroeck
e7b39145 e9659e69

+2 -2
+1 -1
arch/arm/mach-at91/include/mach/at91_wdt.h drivers/watchdog/at91sam9_wdt.h
··· 1 1 /* 2 - * arch/arm/mach-at91/include/mach/at91_wdt.h 2 + * drivers/watchdog/at91sam9_wdt.h 3 3 * 4 4 * Copyright (C) 2007 Andrew Victor 5 5 * Copyright (C) 2007 Atmel Corporation.
+1 -1
drivers/watchdog/at91sam9_wdt.c
··· 31 31 #include <linux/bitops.h> 32 32 #include <linux/uaccess.h> 33 33 34 - #include <mach/at91_wdt.h> 34 + #include "at91sam9_wdt.h" 35 35 36 36 #define DRV_NAME "AT91SAM9 Watchdog" 37 37