diff options
author | Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> | 2024-04-07 14:54:37 +0800 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:22:04 +0000 |
commit | f40f3907d554f56e62ea0998e43c388ff3dec4c3 (patch) | |
tree | c731430138eedc62adeadf44b295ac57c58ce935 | |
parent | e43f387022168d8adf2bffe6901286a81517b10e (diff) |
mb/google/*: Drop unused header file console/console.h
The header file console/console.h is unused, just drop it.
TEST=abuild -t google/corsola -b wugtrio -a
TEST=abuild -t google/geralt -b ciri -a
Signed-off-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com>
Change-Id: If3689afe532b63384b7905116c44c598e5fa13ee
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81685
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: cong yang <yangcong5@huaqin.corp-partner.google.com>
-rw-r--r-- | src/mainboard/google/corsola/panel_wugtrio.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/geralt/panel_ciri.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/corsola/panel_wugtrio.c b/src/mainboard/google/corsola/panel_wugtrio.c index 3405c0dcae..8d6919eb1a 100644 --- a/src/mainboard/google/corsola/panel_wugtrio.c +++ b/src/mainboard/google/corsola/panel_wugtrio.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <delay.h> #include <gpio.h> #include <soc/regulator.h> diff --git a/src/mainboard/google/geralt/panel_ciri.c b/src/mainboard/google/geralt/panel_ciri.c index 4d31711cf6..15c885928d 100644 --- a/src/mainboard/google/geralt/panel_ciri.c +++ b/src/mainboard/google/geralt/panel_ciri.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <soc/i2c.h> #include <soc/regulator.h> |