mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
* git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog: [WATCHDOG] ar7_wdt: fix path to ar7-specific headers
This commit is contained in:
commit
7cafe60550
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
#include <linux/uaccess.h>
|
#include <linux/uaccess.h>
|
||||||
|
|
||||||
#include <asm/addrspace.h>
|
#include <asm/addrspace.h>
|
||||||
#include <asm/ar7/ar7.h>
|
#include <asm/mach-ar7/ar7.h>
|
||||||
|
|
||||||
#define DRVNAME "ar7_wdt"
|
#define DRVNAME "ar7_wdt"
|
||||||
#define LONGNAME "TI AR7 Watchdog Timer"
|
#define LONGNAME "TI AR7 Watchdog Timer"
|
||||||
|
|
Loading…
Reference in a new issue