mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
blackfin: Fix warning about undefined function
get_sclk() was not defined in bfin_wdt.c, include the corresponding header. Cc: Sonic Zhang <sonic.adi@gmail.com> Signed-off-by: Vasili Galka <vvv444@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <watchdog.h>
|
#include <watchdog.h>
|
||||||
#include <asm/blackfin.h>
|
#include <asm/blackfin.h>
|
||||||
|
#include <asm/clock.h>
|
||||||
#include <asm/mach-common/bits/watchdog.h>
|
#include <asm/mach-common/bits/watchdog.h>
|
||||||
|
|
||||||
void hw_watchdog_reset(void)
|
void hw_watchdog_reset(void)
|
||||||
|
Reference in New Issue
Block a user