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
This commit is contained in:
Ed Swierk
2007-02-01 01:53:55 +00:00
committed by Peter Stuge
parent 57e700f4f4
commit c3aaf6a99e
2 changed files with 29 additions and 0 deletions

View File

@@ -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;