diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 12:52:43 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-09 22:22:44 +0000 |
commit | 54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (patch) | |
tree | d14de21d446c9a04fe62615743f9b25560d01b7f /src/soc/intel/common/block | |
parent | f40f3907d554f56e62ea0998e43c388ff3dec4c3 (diff) |
tree: Drop unused <console/console.h>
Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/p2sb/ioe_p2sb.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/p2sb/p2sb.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/p2sb/ioe_p2sb.c b/src/soc/intel/common/block/p2sb/ioe_p2sb.c index 41b815bad4..769b853af2 100644 --- a/src/soc/intel/common/block/p2sb/ioe_p2sb.c +++ b/src/soc/intel/common/block/p2sb/ioe_p2sb.c @@ -2,7 +2,6 @@ #define __SIMPLE_DEVICE__ -#include <console/console.h> #include <device/pci.h> #include <device/pci_ids.h> #include <intelblocks/p2sb.h> diff --git a/src/soc/intel/common/block/p2sb/p2sb.c b/src/soc/intel/common/block/p2sb/p2sb.c index 04318c8330..e348501cde 100644 --- a/src/soc/intel/common/block/p2sb/p2sb.c +++ b/src/soc/intel/common/block/p2sb/p2sb.c @@ -3,7 +3,6 @@ #define __SIMPLE_DEVICE__ #include <device/pci_ops.h> -#include <console/console.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> |