Skip to content
Snippets Groups Projects
Commit 0519e80d authored by Vasili Galka's avatar Vasili Galka Committed by Tom Rini
Browse files

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: default avatarVasili Galka <vvv444@gmail.com>
parent fa28179d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
#include <common.h>
#include <watchdog.h>
#include <asm/blackfin.h>
#include <asm/clock.h>
#include <asm/mach-common/bits/watchdog.h>
void hw_watchdog_reset(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment