diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-14 20:11:34 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-04-14 20:11:34 +0000 |
commit | 61089587640646022359c97e79aede4560566305 (patch) | |
tree | f2c066e0a06623458ade22a9c8d95f5d4011459d /src/southbridge/nvidia/mcp55/usb2.c | |
parent | 28cd29192b750ae03665aabbef842504996b85b5 (diff) |
nvidia mcp55: drop unused dbg_info
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6495 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia/mcp55/usb2.c')
-rw-r--r-- | src/southbridge/nvidia/mcp55/usb2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/nvidia/mcp55/usb2.c b/src/southbridge/nvidia/mcp55/usb2.c index d8250f60e3..789458f99b 100644 --- a/src/southbridge/nvidia/mcp55/usb2.c +++ b/src/southbridge/nvidia/mcp55/usb2.c @@ -29,8 +29,6 @@ #include "mcp55.h" #include <usbdebug.h> -extern struct ehci_debug_info dbg_info; - static void usb2_init(struct device *dev) { u32 dword; |