common: Drop net.h from common header
[oweals/u-boot.git] / board / highbank / highbank.c
index f7c05ab08fa23d427b83f5509e9c081af6ddb56d..f7f2e2c52594d5b8b6f59ae4d13651f8757e7657 100644 (file)
@@ -1,11 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2010-2011 Calxeda, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <ahci.h>
+#include <cpu_func.h>
+#include <env.h>
+#include <net.h>
 #include <netdev.h>
 #include <scsi.h>