aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/gma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/gma.c')
-rw-r--r--src/northbridge/intel/haswell/gma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c
index 5a6bb8e1de..2368e7bf86 100644
--- a/src/northbridge/intel/haswell/gma.c
+++ b/src/northbridge/intel/haswell/gma.c
@@ -287,7 +287,7 @@ static void init_display_planes(void)
static void gma_setup_panel(struct device *dev)
{
- struct northbridge_intel_haswell_config *conf = dev->chip_info;
+ struct northbridge_intel_haswell_config *conf = config_of(dev);
u32 reg32;
printk(BIOS_DEBUG, "GT Power Management Init (post VBIOS)\n");