- patches.arch/x86_mce_intel_decode_physical_address.patch:
[linux-flexiantxendom0-3.2.10.git] / drivers / usb / host / ohci-pci.c
index 275d488..b8a1148 100644 (file)
 #include <linux/pci.h>
 #include <linux/io.h>
 
-#ifdef CONFIG_KDB_USB
-#include <linux/kdb.h>
-#endif
-
 
 /* constants used to work around PM-related transfer
  * glitches in some AMD 700 series southbridges
@@ -391,7 +387,6 @@ static int __devinit ohci_pci_start (struct usb_hcd *hcd)
                ohci_err (ohci, "can't start\n");
                ohci_stop (hcd);
        }
-
        return ret;
 }
 
@@ -490,9 +485,6 @@ static const struct hc_driver ohci_pci_hc_driver = {
        .bus_resume =           ohci_bus_resume,
 #endif
        .start_port_reset =     ohci_start_port_reset,
-#ifdef CONFIG_KDB_USB
-       .kdb_poll_char =        ohci_kdb_poll_char,
-#endif
 };
 
 /*-------------------------------------------------------------------------*/