diff options
-rw-r--r-- | drivers/gpu/drm/i915/intel_crt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c index 954b8599fc76..d6a1a6e5539a 100644 --- a/drivers/gpu/drm/i915/intel_crt.c +++ b/drivers/gpu/drm/i915/intel_crt.c | |||
@@ -430,7 +430,7 @@ static int intel_crt_get_modes(struct drm_connector *connector) | |||
430 | { | 430 | { |
431 | int ret; | 431 | int ret; |
432 | struct intel_output *intel_output = to_intel_output(connector); | 432 | struct intel_output *intel_output = to_intel_output(connector); |
433 | struct intel_i2c_chan *ddcbus; | 433 | struct i2c_adapter *ddcbus; |
434 | struct drm_device *dev = connector->dev; | 434 | struct drm_device *dev = connector->dev; |
435 | 435 | ||
436 | 436 | ||