aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzequiel Garcia <[email protected]>2014-02-10 20:00:22 -0300
committerJason Cooper <[email protected]>2014-02-22 03:42:50 +0000
commite0e931ac15bb977dcfd690cdfd6f5b1d44a5155d (patch)
tree8eab4308f4b239e2602ffea61cb50e54cf4c0c87
parentfc8cd2ac0ad8fca1ca4699da53e635b3e9cc35ed (diff)
watchdog: orion: Remove unused macros
These are not used anywhere so it's safe to remove them. Reviewed-by: Guenter Roeck <[email protected]> Tested-by: Sebastian Hesselbarth <[email protected]> Tested-by: Willy Tarreau <[email protected]> Signed-off-by: Ezequiel Garcia <[email protected]> Acked-by: Wim Van Sebroeck <[email protected]> Tested-By: Jason Gunthorpe <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r--drivers/watchdog/orion_wdt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/orion_wdt.c b/drivers/watchdog/orion_wdt.c
index b92a9919e068..67460337808c 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)