]> git.sur5r.net Git - u-boot/blobdiff - common/lcd_simplefb.c
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / common / lcd_simplefb.c
index d7e9fc9f65cdd705c0572cd9987d580db6fd4436..fca600691e9aa7a9dba1fe8887f99f0e73a61351 100644 (file)
@@ -1,17 +1,16 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Simplefb device tree support
  *
  * (C) Copyright 2015
  * Stephen Warren <swarren@wwwdotorg.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
 #include <lcd.h>
 #include <fdt_support.h>
-#include <libfdt.h>
+#include <linux/libfdt.h>
 #include <video.h>
 
 DECLARE_GLOBAL_DATA_PTR;