From 4c2bfb6256da0a4ffab94b3e810b9489e63a5c16 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sun, 30 Oct 2011 08:49:43 +0100 Subject: remove usbdebug.h include from mainboard/romstage code No romstage is supposed to use usbdebug functions/defines directly, so remove all those includes. The usb code is now called and setup from console code. Change-Id: I9b1120d96f5993303d6b302accc86e14a91f7a9f Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/354 Tested-by: build bot (Jenkins) --- src/mainboard/asus/m2n-e/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/asus/m2n-e') diff --git a/src/mainboard/asus/m2n-e/romstage.c b/src/mainboard/asus/m2n-e/romstage.c index db3c6146b6..e820a79244 100644 --- a/src/mainboard/asus/m2n-e/romstage.c +++ b/src/mainboard/asus/m2n-e/romstage.c @@ -34,7 +34,6 @@ #include #include #include -#include #include #include "southbridge/nvidia/mcp55/early_smbus.c" #include "northbridge/amd/amdk8/raminit.h" -- cgit v1.2.3