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>
This commit is contained in:
committed by
Hung-Te Lin
parent
f8f8615eef
commit
1a8b50089d
@@ -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),
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
|
||||
#include <device/mmio.h>
|
||||
#include <soc/mtcmos.h>
|
||||
#include <soc/spm.h>
|
||||
|
Reference in New Issue
Block a user