From: Vasili Galka Date: Mon, 30 Jun 2014 09:59:56 +0000 (+0300) Subject: blackfin: Fix warning about undefined function X-Git-Tag: v2014.07~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0519e80d834f18fa92c24ac42937271ea97d7347;p=u-boot blackfin: Fix warning about undefined function get_sclk() was not defined in bfin_wdt.c, include the corresponding header. Cc: Sonic Zhang Signed-off-by: Vasili Galka --- diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c index 7a6756b2e5..6a8db59fdf 100644 --- a/drivers/watchdog/bfin_wdt.c +++ b/drivers/watchdog/bfin_wdt.c @@ -9,6 +9,7 @@ #include #include #include +#include #include void hw_watchdog_reset(void)