diff mbox series

[U-Boot,09/10] microblaze: Remove additional headers

Message ID fc45b7f2d0d3c07c745421e2eb1239c787b0631b.1569411718.git.michal.simek@xilinx.com
State Accepted
Commit c0c33d9b9b8f73c4f07d33242b80233eac146cd8
Delegated to: Michal Simek
Headers show
Series microblaze: External initrd support | expand

Commit Message

Michal Simek Sept. 25, 2019, 11:42 a.m. UTC
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 | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-generic/microblaze-generic.c
index 30be0150f309..7e784d10781e 100644
--- a/board/xilinx/microblaze-generic/microblaze-generic.c
+++ b/board/xilinx/microblaze-generic/microblaze-generic.c
@@ -12,15 +12,8 @@ 
 
 #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;