src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'

Change-Id: I0c965e598e260ff8129aa07fb9fc5bf6e784e1d8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36057
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS
2019-10-20 19:39:20 +02:00
committed by Felix Held
parent 749c395f93
commit bec78e32d6
26 changed files with 1 additions and 25 deletions

View File

@@ -15,7 +15,6 @@
#include <assert.h>
#include <device/mmio.h>
#include <console/console.h>
#include <delay.h>
#include <soc/dsi.h>
#include <soc/pll.h>

View File

@@ -17,7 +17,6 @@
#define SOC_MEDIATEK_MT8183_SPM_H
#include <arch/barrier.h>
#include <console/console.h>
#include <soc/addressmap.h>
#include <stdint.h>
#include <types.h>