summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801xx/i82801xx_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801xx/i82801xx_usb.c')
-rw-r--r--src/southbridge/intel/i82801xx/i82801xx_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801xx/i82801xx_usb.c b/src/southbridge/intel/i82801xx/i82801xx_usb.c
index 7bb424f..74bbbee 100644
--- a/src/southbridge/intel/i82801xx/i82801xx_usb.c
+++ b/src/southbridge/intel/i82801xx/i82801xx_usb.c
@@ -31,7 +31,7 @@ static void usb_init(struct device *dev)
/* TODO: Any init needed? Some ports have it, others don't. */
}
-static const struct device_operations usb_ops = {
+static struct device_operations usb_ops = {
.read_resources = pci_dev_read_resources,
.set_resources = pci_dev_set_resources,
.enable_resources = pci_dev_enable_resources,
OpenPOWER on IntegriCloud