summaryrefslogtreecommitdiffstats
path: root/drivers/video/nexell_display.c
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2021-01-23 19:43:52 +0100
committerAnatolij Gustschin <agust@denx.de>2021-02-19 22:45:47 +0100
commit196947b103e0984f32d90d2574aae3b870eedc4c (patch)
tree8926f0bf57f6fd0f6a6d046b116a03521f72e129 /drivers/video/nexell_display.c
parent3e831bfed4814fe20544d1b7b42c22aa3e74e8db (diff)
downloadu-boot-196947b103e0984f32d90d2574aae3b870eedc4c.tar.gz
u-boot-196947b103e0984f32d90d2574aae3b870eedc4c.tar.xz
u-boot-196947b103e0984f32d90d2574aae3b870eedc4c.zip
Replace video_uc_platdata with video_uc_plat
The video_uc_platdata structure no longer exists. It has been renamed video_uc_plat. Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'drivers/video/nexell_display.c')
-rw-r--r--drivers/video/nexell_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/nexell_display.c b/drivers/video/nexell_display.c
index b47bef3578..c7621ef49c 100644
--- a/drivers/video/nexell_display.c
+++ b/drivers/video/nexell_display.c
@@ -15,7 +15,7 @@
#include <malloc.h>
#include <linux/compat.h>
#include <linux/err.h>
-#include <video.h> /* For struct video_uc_platdata */
+#include <video.h> /* For struct video_uc_plat */
#include <video_fb.h>
#include <lcd.h>
#include <asm/global_data.h>