diff options
| author | Michal Simek <[email protected]> | 2018-06-08 13:45:14 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-06-15 08:06:31 +0200 |
| commit | 0ecd14e63678ba0aa34a093cc73fe2c760eed142 (patch) | |
| tree | dbd232284bb478dc9e75be419ce8805cac87ec5c | |
| parent | 606fddd76c7a045c09d544357806b0b4de4845c7 (diff) | |
arm: zynq: Add missing watchdog header
Add missing header detected by sparse.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | board/xilinx/zynq/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/xilinx/zynq/board.c b/board/xilinx/zynq/board.c index e4f86d187a7..1106f5c2a89 100644 --- a/board/xilinx/zynq/board.c +++ b/board/xilinx/zynq/board.c @@ -9,6 +9,7 @@ #include <fdtdec.h> #include <fpga.h> #include <mmc.h> +#include <watchdog.h> #include <wdt.h> #include <zynqpl.h> #include <asm/arch/hardware.h> |
