summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/haswell/northbridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/northbridge.c')
-rw-r--r--src/northbridge/intel/haswell/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/northbridge.c b/src/northbridge/intel/haswell/northbridge.c
index ef5b9e9f0d74..c544ad3c3883 100644
--- a/src/northbridge/intel/haswell/northbridge.c
+++ b/src/northbridge/intel/haswell/northbridge.c
@@ -542,5 +542,5 @@ struct device_operations haswell_cpu_bus_ops = {
};
struct chip_operations northbridge_intel_haswell_ops = {
- CHIP_NAME("Intel Haswell integrated Northbridge")
+ .name = "Intel Haswell integrated Northbridge",
};