common: Move pci_init_board() out of common.h
[oweals/u-boot.git] / board / imgtec / malta / malta.c
index de81aa01f0dc3ffd40bc6cf67ee21f6d1a389250..77ce75ecf2663f94b965bbc9f675928231234b8e 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2013 Gabor Juhos <juhosg@openwrt.org>
  * Copyright (C) 2013 Imagination Technologies
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #include <common.h>
 #include <ide.h>
+#include <init.h>
 #include <netdev.h>
 #include <pci.h>
 #include <pci_gt64120.h>