]> git.sur5r.net Git - u-boot/blobdiff - common/fdt_support.c
spi: cadence_qspi: Fix warning cast from pointer to integer of different size
[u-boot] / common / fdt_support.c
index b14853625f62cc89ce29b763c66a5bfd76d45437..812eca8173ba91c2f14cc698600ba1d069a07cf1 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2007
  * Gerald Van Baren, Custom IDEAS, vanbaren@cideas.com
  *
  * Copyright 2010-2011 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -13,7 +12,7 @@
 #include <linux/ctype.h>
 #include <linux/types.h>
 #include <asm/global_data.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <fdt_support.h>
 #include <exports.h>
 #include <fdtdec.h>