diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-15 03:14:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-12-15 00:14:36 -0500 |
commit | 341a1fc0d1efbb202a77aa69f4c7d97a507b1056 (patch) | |
tree | 3e18e04c41240b9a523177c4f517b018b209b52b /arch/blackfin/mach-bf548 | |
parent | 1915b6c0aedbba3bc5042e2b9bdbf7734579352d (diff) | |
download | kernel_samsung_espresso10-341a1fc0d1efbb202a77aa69f4c7d97a507b1056.zip kernel_samsung_espresso10-341a1fc0d1efbb202a77aa69f4c7d97a507b1056.tar.gz kernel_samsung_espresso10-341a1fc0d1efbb202a77aa69f4c7d97a507b1056.tar.bz2 |
Blackfin: scrub unused watchdog mmr masks
The watchdog code doesn't need these, and the other parts had these
punted, so keep the global namespace clean.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/defBF54x_base.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h index 0d89f22..3ce5ce6 100644 --- a/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h +++ b/arch/blackfin/mach-bf548/include/mach/defBF54x_base.h @@ -2092,12 +2092,6 @@ #define TRUN6 0x40000000 /* Timer 6 Slave Enable Status */ #define TRUN7 0x80000000 /* Timer 7 Slave Enable Status */ -/* Bit masks for WDOG_CTL */ - -#define WDEV 0x6 /* Watchdog Event */ -#define WDEN 0xff0 /* Watchdog Enable */ -#define WDRO 0x8000 /* Watchdog Rolled Over */ - /* Bit masks for CNT_CONFIG */ #define CNTE 0x1 /* Counter Enable */ |