diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2014-02-10 23:00:22 (GMT) |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-22 03:42:50 (GMT) |
commit | e0e931ac15bb977dcfd690cdfd6f5b1d44a5155d (patch) | |
tree | 8eab4308f4b239e2602ffea61cb50e54cf4c0c87 | |
parent | fc8cd2ac0ad8fca1ca4699da53e635b3e9cc35ed (diff) | |
download | linux-e0e931ac15bb977dcfd690cdfd6f5b1d44a5155d.tar.xz |
watchdog: orion: Remove unused macros
These are not used anywhere so it's safe to remove them.
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tested-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Tested-By: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r-- | drivers/watchdog/orion_wdt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c index b92a991..6746033 100644 --- a/drivers/watchdog/orion_wdt.c +++ b/drivers/watchdog/orion_wdt.c @@ -33,8 +33,6 @@ #define WDT_VAL 0x0024 #define WDT_MAX_CYCLE_COUNT 0xffffffff -#define WDT_IN_USE 0 -#define WDT_OK_TO_CLOSE 1 #define WDT_RESET_OUT_EN BIT(1) #define WDT_INT_REQ BIT(3) |