microblaze: Remove additional headers
authorMichal Simek <michal.simek@xilinx.com>
Wed, 25 Sep 2019 11:14:36 +0000 (13:14 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 8 Oct 2019 07:55:11 +0000 (09:55 +0200)
There were several changes in past in this file without removing headers
(watchdog cleanup, soft reset, etc). That's why remove additional useless
headers.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/xilinx/microblaze-generic/microblaze-generic.c

index 30be0150f3099016b463c8e13b1f429255085e33..7e784d10781ebc2c8c18e2e2653ffa76f689d9f1 100644 (file)
 
 #include <common.h>
 #include <config.h>
-#include <dm.h>
 #include <dm/lists.h>
 #include <fdtdec.h>
-#include <asm/processor.h>
-#include <asm/microblaze_intc.h>
-#include <asm/asm.h>
-#include <asm/gpio.h>
-#include <dm/uclass.h>
-#include <wdt.h>
 #include <linux/sizes.h>
 
 DECLARE_GLOBAL_DATA_PTR;