arm: mvebu: turris_*: remove watchdog include

Since board watchdog is now unified and not handled in board files,
remove the unnecessary includes.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Marek Behún 2019-05-02 16:53:35 +02:00 committed by Stefan Roese
parent 7f4b184af1
commit e28872d68b
2 changed files with 0 additions and 8 deletions

View File

@ -16,10 +16,6 @@
#include <fdt_support.h>
#include <environment.h>
#ifdef CONFIG_WDT_ARMADA_37XX
#include <wdt.h>
#endif
#include "mox_sp.h"
#define MAX_MOX_MODULES 10

View File

@ -20,10 +20,6 @@
#include <time.h>
# include <atsha204a-i2c.h>
#ifdef CONFIG_WDT_ORION
# include <wdt.h>
#endif
#include "../drivers/ddr/marvell/a38x/ddr3_init.h"
#include <../serdes/a38x/high_speed_env_spec.h>