diff options
author | Simon Glass | 2022-10-18 06:10:04 -0600 |
---|---|---|
committer | Anatolij Gustschin | 2022-10-30 20:07:17 +0100 |
commit | baefc721921d0ee2f30996fda260de1965148aee (patch) | |
tree | d6ddb7c81634aa9a13b546c9402a76c4bab7ffc7 /drivers | |
parent | 5cab749b9bd020c73f657ac2fbbbc3495b614a40 (diff) |
tegra: Drop old LCD code
This relies on the old LCD implementation which is to be removed. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/tegra124/display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tegra124/display.c b/drivers/video/tegra124/display.c index f642b3b10aa..78ab3f99c4d 100644 --- a/drivers/video/tegra124/display.c +++ b/drivers/video/tegra124/display.c @@ -12,7 +12,6 @@ #include <errno.h> #include <display.h> #include <edid.h> -#include <lcd.h> #include <log.h> #include <part.h> #include <video.h> |