summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c2
-rw-r--r--src/southbridge/nvidia/mcp55/mcp55_usb2.c2
-rw-r--r--src/southbridge/sis/sis966/sis966_usb2.c2
3 files changed, 0 insertions, 6 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)
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;
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;