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
This commit is contained in:
Uwe Hermann 2010-09-28 17:48:24 +00:00
parent 24a5213a39
commit 5c9bc138ec
3 changed files with 0 additions and 6 deletions

View File

@ -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)

View File

@ -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;

View File

@ -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;