aboutsummaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/include
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:43:30 +0200
committerHung-Te Lin <hungte@chromium.org>2020-09-10 06:37:52 +0000
commit1a8b50089d9434aeb49668f780810cde8030fc5d (patch)
tree61529b5267a16ba23f2ab193bf0236dd80ed37de /src/soc/mediatek/common/include
parentf8f8615eef5898c8dcb32a21338b9bfa5b2da5eb (diff)
soc/mediatek: Drop unneeded empty lines
Change-Id: Ia419de14614a7a1b583e0870e9ca2fcdc8cf815a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44596 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/mediatek/common/include')
-rw-r--r--src/soc/mediatek/common/include/soc/ddp_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/mediatek/common/include/soc/ddp_common.h b/src/soc/mediatek/common/include/soc/ddp_common.h
index e86675baa7..43893f7f88 100644
--- a/src/soc/mediatek/common/include/soc/ddp_common.h
+++ b/src/soc/mediatek/common/include/soc/ddp_common.h
@@ -6,7 +6,6 @@
#include <soc/addressmap.h>
#include <types.h>
-
struct disp_ovl_regs {
u32 sta;
u32 inten;
@@ -113,7 +112,6 @@ check_member(disp_color_regs, width, 0xC50);
check_member(disp_color_regs, height, 0xC54);
static struct disp_color_regs *const disp_color0 = (void *)DISP_COLOR0_BASE;
-
enum {
COLOR_BYPASS_ALL = BIT(7),
COLOR_SEQ_SEL = BIT(13),