diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-19 10:15:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-03 22:19:54 -0400 |
commit | dece7747e90aadaa07c1ed8f979772efb77b10f4 (patch) | |
tree | 7b192a26006525353727bcdc65f0194990223a4c /board/liebherr | |
parent | 0eddd24e8967b3a8d04ac7e49020f74f149d7f12 (diff) | |
download | u-boot-dece7747e90aadaa07c1ed8f979772efb77b10f4.tar.gz u-boot-dece7747e90aadaa07c1ed8f979772efb77b10f4.tar.bz2 u-boot-dece7747e90aadaa07c1ed8f979772efb77b10f4.zip |
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>
Diffstat (limited to 'board/liebherr')
-rw-r--r-- | board/liebherr/display5/display5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/liebherr/display5/display5.c b/board/liebherr/display5/display5.c index ada7cf5eb7..5f44714301 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> |