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/intel/i82801gx | |
parent | 24a5213a3930ce676f56b47b4e55a8e2a8c24844 (diff) | |
download | coreboot-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/intel/i82801gx')
-rw-r--r-- | src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c b/src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c index fb9033b3cc..cd74e2b8f6 100644 --- a/src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c +++ b/src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c @@ -23,9 +23,7 @@ #include <device/pci.h> #include <device/pci_ids.h> #include "i82801gx.h" -#if CONFIG_USBDEBUG #include <usbdebug.h> -#endif #include <arch/io.h> static void usb_ehci_init(struct device *dev) |