aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/broadcom/bcm21000/pcie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/broadcom/bcm21000/pcie.c')
-rw-r--r--src/southbridge/broadcom/bcm21000/pcie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/broadcom/bcm21000/pcie.c b/src/southbridge/broadcom/bcm21000/pcie.c
index ca9a2253ea..ab52029729 100644
--- a/src/southbridge/broadcom/bcm21000/pcie.c
+++ b/src/southbridge/broadcom/bcm21000/pcie.c
@@ -43,7 +43,7 @@ static void pcie_init(struct device *dev)
}
static struct pci_operations lops_pci = {
- .set_subsystem = 0,
+ .set_subsystem = 0,
};
static struct device_operations pcie_ops = {