]> Git Repo - u-boot.git/blobdiff - board/spear/x600/x600.c
common: Drop net.h from common header
[u-boot.git] / board / spear / x600 / x600.c
index f8e9fddb0fb2849ac32b20c4cc40ce856ebe78c7..e6f8dc908398db83079a6ba4cd4e81f9398eeebc 100644 (file)
@@ -1,19 +1,22 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2009
  * Vipin Kumar, ST Micoelectronics, [email protected].
  *
  * Copyright (C) 2012 Stefan Roese <[email protected]>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <flash.h>
+#include <init.h>
 #include <micrel.h>
 #include <nand.h>
+#include <net.h>
 #include <netdev.h>
 #include <phy.h>
 #include <rtc.h>
 #include <asm/io.h>
+#include <asm/mach-types.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/spr_defs.h>
 #include <asm/arch/spr_misc.h>
This page took 0.025456 seconds and 4 git commands to generate.