commit | dece7747e90aadaa07c1ed8f979772efb77b10f4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:48 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 7b192a26006525353727bcdc65f0194990223a4c | |
parent | 0eddd24e8967b3a8d04ac7e49020f74f149d7f12 [diff] |
liebherr: Drop duplicate dm.h inclusion We only need to include this header once. Drop the duplicate. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/board/liebherr/display5/display5.c b/board/liebherr/display5/display5.c index ada7cf5..5f44714 100644 --- a/board/liebherr/display5/display5.c +++ b/board/liebherr/display5/display5.c
@@ -27,7 +27,6 @@ #include <i2c.h> #include <linux/delay.h> -#include <dm.h> #include <dm/platform_data/serial_mxc.h> #include <dm/platdata.h>