]> Git Repo - u-boot.git/blobdiff - boot/scene_textline.c
Merge tag 'v2024.07-rc5' into next
[u-boot.git] / boot / scene_textline.c
index 6ea072a1c2688bb62a3d4664fd11ad8b9c8df347..bba8663b98da695255696da85b22fb25e6d10110 100644 (file)
@@ -8,10 +8,12 @@
 
 #define LOG_CATEGORY   LOGC_EXPO
 
-#include <common.h>
 #include <expo.h>
 #include <menu.h>
+#include <log.h>
 #include <video_console.h>
+#include <linux/errno.h>
+#include <linux/string.h>
 #include "scene_internal.h"
 
 int scene_textline(struct scene *scn, const char *name, uint id, uint max_chars,
This page took 0.025586 seconds and 4 git commands to generate.