ARM: imx: ddr: Add missing PHY reset
[oweals/u-boot.git] / net / rarp.c
index 1fa11b690d218fbda9fd80d26d99746acae10bf9..a676a4253b5eab4d4ca64051d720bc0d065b822d 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2002
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
+#include <log.h>
 #include <net.h>
 #include <net/tftp.h>
 #include "nfs.h"