From c3aaf6a99e98734e3e21d0fb248da85c3007aa2c Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Thu, 1 Feb 2007 01:53:55 +0000 Subject: This patch adds the MCP55 PCI IDs (without which the southbridge code won't compile), and breaks an unnecessary dependency on the usbdebug code. Signed-off-by: Ed Swierk Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2543 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/nvidia/mcp55/mcp55_usb2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/southbridge') diff --git a/src/southbridge/nvidia/mcp55/mcp55_usb2.c b/src/southbridge/nvidia/mcp55/mcp55_usb2.c index 0132bb1cb9..2463a340f4 100644 --- a/src/southbridge/nvidia/mcp55/mcp55_usb2.c +++ b/src/southbridge/nvidia/mcp55/mcp55_usb2.c @@ -27,7 +27,9 @@ #include #include #include "mcp55.h" +#if CONFIG_USBDEBUG_DIRECT #include +#endif extern struct ehci_debug_info dbg_info; -- cgit v1.2.3