]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/ftmac110.c
clk: Add Actions Semi OWL clock support
[u-boot] / drivers / net / ftmac110.c
index 8fa767a1fe7def46923bd6f12de79df31529515a..1fa93d4d58550acdbc38314b932b04638b0470d2 100644 (file)
@@ -1,17 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Faraday 10/100Mbps Ethernet Controller
  *
  * (C) Copyright 2013 Faraday Technology
  * Dante Su <dantesu@faraday-tech.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
 #include <malloc.h>
 #include <net.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/io.h>
 #include <asm/dma-mapping.h>