aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/ibexpeak/usb_ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/ibexpeak/usb_ehci.c')
-rw-r--r--src/southbridge/intel/ibexpeak/usb_ehci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/southbridge/intel/ibexpeak/usb_ehci.c b/src/southbridge/intel/ibexpeak/usb_ehci.c
index 7ad9929001..a2adc5aab7 100644
--- a/src/southbridge/intel/ibexpeak/usb_ehci.c
+++ b/src/southbridge/intel/ibexpeak/usb_ehci.c
@@ -66,7 +66,6 @@ static void usb_ehci_set_subsystem(struct device *dev, unsigned int vendor,
pci_write_config8(dev, 0x80, access_cntl);
}
-
static struct pci_operations lops_pci = {
.set_subsystem = &usb_ehci_set_subsystem,
};