diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-23 11:18:46 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:41:25 +0000 |
commit | 48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1 (patch) | |
tree | 507f4cf6c52e42a7a4bdcd79a925fbcf9ed42ce1 /src/soc/mediatek/common/dsi.c | |
parent | a3b02e2818bedf39f4f84388f6d52dcf3ee299cc (diff) | |
download | coreboot-48378e1f8d132a3d3bdbb7b1eac5c769c273e6e1.tar.xz |
src: Remove duplicated includes
Change-Id: If8c7e26ebd954b19bfb8766b26570c6865ad255e
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41676
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/mediatek/common/dsi.c')
-rw-r--r-- | src/soc/mediatek/common/dsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/dsi.c b/src/soc/mediatek/common/dsi.c index 73dacef33b..2505bbc075 100644 --- a/src/soc/mediatek/common/dsi.c +++ b/src/soc/mediatek/common/dsi.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <assert.h> -#include <device/mmio.h> #include <console/console.h> #include <device/mmio.h> #include <delay.h> |