Skip to content

Commit

Permalink
watchdog: at91sam9/wdt: move register header to drivers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jean-Christophe Plagniol-Villard authored and Wim Van Sebroeck committed Jul 26, 2011
1 parent e9659e6 commit e7b3914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/watchdog/at91sam9_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <linux/bitops.h>
#include <linux/uaccess.h>

#include <mach/at91_wdt.h>
#include "at91sam9_wdt.h"

#define DRV_NAME "AT91SAM9 Watchdog"

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e7b3914

Please sign in to comment.