diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-28 17:48:24 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-28 17:48:24 +0000 |
commit | 5c9bc138ec00dedd56c5556873731beb4d104772 (patch) | |
tree | 75f689c8b64d12edc499607975ec5a7426a1d8cf /src/southbridge/nvidia/mcp55 | |
parent | 24a5213a3930ce676f56b47b4e55a8e2a8c24844 (diff) |
Drop some unneeded "#if CONFIG_USBDEBUG" (trivial).
We don't surround the <usbdebug.h> #include with those checks in other
places either. Abuild-tested.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5876 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/nvidia/mcp55')
-rw-r--r-- | src/southbridge/nvidia/mcp55/mcp55_usb2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/nvidia/mcp55/mcp55_usb2.c b/src/southbridge/nvidia/mcp55/mcp55_usb2.c index fbb011178f..78d6d6d469 100644 --- a/src/southbridge/nvidia/mcp55/mcp55_usb2.c +++ b/src/southbridge/nvidia/mcp55/mcp55_usb2.c @@ -27,9 +27,7 @@ #include <device/pci_ids.h> #include <device/pci_ops.h> #include "mcp55.h" -#if CONFIG_USBDEBUG #include <usbdebug.h> -#endif extern struct ehci_debug_info dbg_info; |