]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
watchdog: orion: Remove unused macros
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Mon, 10 Feb 2014 23:00:22 +0000 (20:00 -0300)
committerJason Cooper <jason@lakedaemon.net>
Sat, 22 Feb 2014 03:42:50 +0000 (03:42 +0000)
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>
drivers/watchdog/orion_wdt.c

index b92a9919e068c05d1d386e82a4796a742033fbdd..67460337808cce028a8c34c8d16e19f29845cd20 100644 (file)
@@ -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)