From 5c9bc138ec00dedd56c5556873731beb4d104772 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 28 Sep 2010 17:48:24 +0000 Subject: Drop some unneeded "#if CONFIG_USBDEBUG" (trivial). We don't surround the #include with those checks in other places either. Abuild-tested. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5876 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/sis/sis966/sis966_usb2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/southbridge/sis') 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 #include #include "sis966.h" -#if CONFIG_USBDEBUG #include -#endif extern struct ehci_debug_info dbg_info; -- cgit v1.2.3