summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-11 13:28:12 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-12 04:23:32 +0000
commitee78dca468d2f654cce513684762ee443254d203 (patch)
tree14ad5bf53dd198354b99bc20f21a7a40aa4caffd
parenta24d002ac2b409788bb8cd53725f482c427ca232 (diff)
downloadcoreboot-ee78dca468d2f654cce513684762ee443254d203.tar.gz
coreboot-ee78dca468d2f654cce513684762ee443254d203.tar.bz2
coreboot-ee78dca468d2f654cce513684762ee443254d203.zip
include/device/device.h: Drop duplicated <console/console.h>
Change-Id: Ib81c81843a5252e2ead9ce175cea2fa42f0e8152 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81828 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
-rw-r--r--src/include/device/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h
index 25f730b6d517..b347d39999d3 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -240,7 +240,6 @@ void show_all_devs_resources(int debug_level, const char *msg);
/* Debug macros */
#if CONFIG(DEBUG_FUNC)
-#include <console/console.h>
#define DEV_FUNC_ENTER(dev) \
printk(BIOS_SPEW, "%s:%s:%d: ENTER (dev: %s)\n", \
__FILE__, __func__, __LINE__, dev_path(dev))