diff options
author | Ed Swierk <eswierk@arastra.com> | 2007-02-01 01:53:55 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2007-02-01 01:53:55 +0000 |
commit | c3aaf6a99e98734e3e21d0fb248da85c3007aa2c (patch) | |
tree | 64acf03a0901a118eb42666d9d9ffd35f1f5351d /src/southbridge | |
parent | 57e700f4f467afdad89e75820a7fae47f6b8b7ae (diff) | |
download | coreboot-c3aaf6a99e98734e3e21d0fb248da85c3007aa2c.tar.xz |
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 <eswierk@arastra.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2543 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/nvidia/mcp55/mcp55_usb2.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <device/pci_ids.h> #include <device/pci_ops.h> #include "mcp55.h" +#if CONFIG_USBDEBUG_DIRECT #include <usbdebug_direct.h> +#endif extern struct ehci_debug_info dbg_info; |