diff options
author | John Crispin <john@openwrt.org> | 2009-10-08 22:24:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-08 22:24:49 +0000 |
commit | aaf52c0c7d2db474a009706cdabc48f6ca90a0aa (patch) | |
tree | deed8a92365d669ba9a070fd5b8afad5e0a6eaa3 /target/linux/ifxmips/files/drivers/watchdog | |
parent | 76ff676a1e403fdb7a14dc199db07b052d9da9b3 (diff) | |
download | mtk-20170518-aaf52c0c7d2db474a009706cdabc48f6ca90a0aa.zip mtk-20170518-aaf52c0c7d2db474a009706cdabc48f6ca90a0aa.tar.gz mtk-20170518-aaf52c0c7d2db474a009706cdabc48f6ca90a0aa.tar.bz2 |
ifxmips: move header files, split up patches, rename some files
SVN-Revision: 18010
Diffstat (limited to 'target/linux/ifxmips/files/drivers/watchdog')
-rw-r--r-- | target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c index d75eeea..b06307c 100644 --- a/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c +++ b/target/linux/ifxmips/files/drivers/watchdog/ifxmips_wdt.c @@ -25,8 +25,8 @@ #include <linux/platform_device.h> #include <linux/uaccess.h> -#include <asm/mach-ifxmips/cgu.h> -#include <asm/ifxmips/ifxmips.h> +#include <ifxmips.h> +#include <ifxmips_cgu.h> #define IFXMIPS_WDT_PW1 0x00BE0000 #define IFXMIPS_WDT_PW2 0x00DC0000 |