]> git.sur5r.net Git - u-boot/blobdiff - common/common_fit.c
serial: ns16550: Add reset ctrl to driver
[u-boot] / common / common_fit.c
index 85b33d8c3bc72685ede1e307b1f10b8cfe82ca84..577b352554c009b4b9efdf8720aeebe980b2f71a 100644 (file)
@@ -1,14 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2016 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
 #include <errno.h>
 #include <image.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <spl.h>
 
 ulong fdt_getprop_u32(const void *fdt, int node, const char *prop)