]> git.sur5r.net Git - u-boot/blobdiff - drivers/rtc/at91sam9_rtt.c
dm: core: Update of_read_fmap_entry() for livetree
[u-boot] / drivers / rtc / at91sam9_rtt.c
index a684ad6a6f774da84af6cbf9df62775c593ba714..da5bb3e2f78785d2fa0deba9c9ca6e9ce900682a 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2010
  * Reinhard Meyer, reinhard.meyer@emk-elektronik.de
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -23,7 +22,7 @@
 #include <command.h>
 #include <rtc.h>
 #include <asm/io.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/at91_rtt.h>
 #include <asm/arch/at91_gpbr.h>