summaryrefslogtreecommitdiffstats
path: root/pbl/fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'pbl/fdt.c')
-rw-r--r--pbl/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbl/fdt.c b/pbl/fdt.c
index 18ddb9f48a..7a913c546a 100644
--- a/pbl/fdt.c
+++ b/pbl/fdt.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/libfdt.h>
#include <pbl.h>
-#include <printk.h>
+#include <linux/printk.h>
void fdt_find_mem(const void *fdt, unsigned long *membase, unsigned long *memsize)
{