]> git.ipfire.org Git - thirdparty/u-boot.git/commit
watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.h
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Fri, 13 Mar 2020 16:04:56 +0000 (17:04 +0100)
committerStefan Roese <sr@denx.de>
Wed, 15 Apr 2020 06:53:49 +0000 (08:53 +0200)
commit21a0bf7f466b8e71ce5ba2c2bcf635d7ab1fc83d
treee7abdd4b65533a757e2b7be14a4a676ae85a966b
parent142a07f2a44262d76fec609e1fcde51794a456eb
watchdog: remove stale ifndef CONFIG_WATCHDOG_TIMEOUT_MSECS from wdt.h

Since WATCHDOG_TIMEOUT_MSECS was converted to Kconfig (commit
ca51ef7c0c), CONFIG_WATCHDOG_TIMEOUT_MSECS has been guaranteed to be
defined. So remove the dead fallback ifdeffery.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Reviewed-by: Stefan Roese <sr@denx.de>
include/wdt.h