diff options
Diffstat (limited to 'src/southbridge/sis')
-rw-r--r-- | src/southbridge/sis/sis966/sis966_usb2.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/sis/sis966/sis966_usb2.c b/src/southbridge/sis/sis966/sis966_usb2.c index 9d0fa15a57..5522c33412 100644 --- a/src/southbridge/sis/sis966/sis966_usb2.c +++ b/src/southbridge/sis/sis966/sis966_usb2.c @@ -30,7 +30,7 @@ #include <device/pci_ops.h> #include <arch/io.h> #include "sis966.h" -#if CONFIG_USBDEBUG_DIRECT +#if CONFIG_USBDEBUG #include <usbdebug.h> #endif @@ -123,7 +123,7 @@ static void usb2_init(struct device *dev) static void usb2_set_resources(struct device *dev) { -#if CONFIG_USBDEBUG_DIRECT +#if CONFIG_USBDEBUG struct resource *res; unsigned base; unsigned old_debug; @@ -133,7 +133,7 @@ static void usb2_set_resources(struct device *dev) #endif pci_dev_set_resources(dev); -#if CONFIG_USBDEBUG_DIRECT +#if CONFIG_USBDEBUG res = find_resource(dev, 0x10); set_ehci_debug(old_debug); if (!res) return; |