]> git.sur5r.net Git - u-boot/blobdiff - drivers/qe/uec_phy.c
mtd: nand: mxs_nand_spl: add mxs_flash_full_ident
[u-boot] / drivers / qe / uec_phy.c
index be90d943f14ebbcf415476d784382deee02373a6..94253797946117304b3f4d9b275529dbbf512d5b 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2005,2010-2011 Freescale Semiconductor, Inc.
  *
@@ -6,14 +7,12 @@
  * Description: UCC GETH Driver -- PHY handling
  *             Driver for UEC on QE
  *             Based on 8260_io/fcc_enet.c
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <net.h>
 #include <malloc.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <linux/immap_qe.h>
 #include <asm/io.h>
 #include "uccf.h"