diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 13:28:12 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-12 04:23:32 +0000 |
commit | ee78dca468d2f654cce513684762ee443254d203 (patch) | |
tree | 14ad5bf53dd198354b99bc20f21a7a40aa4caffd /src/include/device | |
parent | a24d002ac2b409788bb8cd53725f482c427ca232 (diff) |
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>
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 25f730b6d5..b347d39999 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)) |