]> git.sur5r.net Git - u-boot/blobdiff - drivers/video/ipu_disp.c
timer: cadence: Use live-tree functions
[u-boot] / drivers / video / ipu_disp.c
index cbac9f72fcb3ba7249278e5d1b97238151b4d741..5c7722962d7b448e42f42fa52ad79535cc5ab14d 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Porting to u-boot:
  *
@@ -7,15 +8,13 @@
  * Linux IPU driver for MX51:
  *
  * (C) Copyright 2005-2010 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /* #define DEBUG */
 
 #include <common.h>
 #include <linux/types.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/arch/sys_proto.h>