aboutsummaryrefslogtreecommitdiff
path: root/board/raspberrypi/rpi/rpi.c
diff options
context:
space:
mode:
authorSimon Glass2022-10-18 07:10:26 -0600
committerAnatolij Gustschin2022-10-30 20:07:17 +0100
commit70cc7b614f620e95edf304ee02f03f6dcf53e19c (patch)
treebdd4bf6bdd6d64672973cbf3d8b0dbad967f00d6 /board/raspberrypi/rpi/rpi.c
parent8b1129588cc66cee3dc5ee2dd969007a641f21b0 (diff)
video: Drop use of the lcd header file
This file is being removed so drop remaining references to it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/raspberrypi/rpi/rpi.c')
-rw-r--r--board/raspberrypi/rpi/rpi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 00afb352bd1..8603c93de77 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -11,7 +11,6 @@
#include <fdt_support.h>
#include <fdt_simplefb.h>
#include <init.h>
-#include <lcd.h>
#include <memalign.h>
#include <mmc.h>
#include <asm/gpio.h>