soc/qualcomm: Remove unused <console/console.h>

Change-Id: Idd93ed91e854c8775cbcf721e4e332aef7b36e42
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50530
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2021-02-11 13:15:45 +01:00 committed by Kyösti Mälkki
parent 804bb522a3
commit e9514a43ee
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/mmio.h>
#include <console/console.h>
#include <string.h>
#include <stdint.h>
#include <delay.h>

View File

@ -2,7 +2,6 @@
#include <cbfs.h>
#include <fmap.h>
#include <console/console.h>
#include <soc/symbols.h>
#include <soc/qclib_common.h>

View File

@ -2,7 +2,6 @@
#include <soc/watchdog.h>
#include <soc/clock.h>
#include <console/console.h>
#include <device/mmio.h>
#include <vendorcode/google/chromeos/chromeos.h>