summaryrefslogtreecommitdiff
path: root/src/southbridge/sis/sis966/sis966_usb2.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-28 17:48:24 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-28 17:48:24 +0000
commit5c9bc138ec00dedd56c5556873731beb4d104772 (patch)
tree75f689c8b64d12edc499607975ec5a7426a1d8cf /src/southbridge/sis/sis966/sis966_usb2.c
parent24a5213a3930ce676f56b47b4e55a8e2a8c24844 (diff)
downloadcoreboot-5c9bc138ec00dedd56c5556873731beb4d104772.tar.xz
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/sis/sis966/sis966_usb2.c')
-rw-r--r--src/southbridge/sis/sis966/sis966_usb2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/sis/sis966/sis966_usb2.c b/src/southbridge/sis/sis966/sis966_usb2.c
index 5522c33412..6ede023837 100644
--- a/src/southbridge/sis/sis966/sis966_usb2.c
+++ b/src/southbridge/sis/sis966/sis966_usb2.c
@@ -30,9 +30,7 @@
#include <device/pci_ops.h>
#include <arch/io.h>
#include "sis966.h"
-#if CONFIG_USBDEBUG
#include <usbdebug.h>
-#endif
extern struct ehci_debug_info dbg_info;