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>
diff --git a/src/include/device/device.h b/src/include/device/device.h
index 25f730b..b347d39 100644
--- a/src/include/device/device.h
+++ b/src/include/device/device.h
@@ -240,7 +240,6 @@
 
 /* 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))