aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/E7520/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/E7520/northbridge.c')
-rw-r--r--src/northbridge/intel/E7520/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/E7520/northbridge.c b/src/northbridge/intel/E7520/northbridge.c
index 44490861f8..160c5a7d68 100644
--- a/src/northbridge/intel/E7520/northbridge.c
+++ b/src/northbridge/intel/E7520/northbridge.c
@@ -264,7 +264,7 @@ static void enable_dev(device_t dev)
}
}
-struct chip_operations northbridge_intel_E7520_ops = {
+struct chip_operations northbridge_intel_e7520_ops = {
CHIP_NAME("Intel E7520 Northbridge")
.enable_dev = enable_dev,
};