drm/i915: Fix harmless warning from patch merged after i2c rework.
authorEric Anholt <eric@anholt.net>
Fri, 10 Jul 2009 19:28:30 +0000 (12:28 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 10 Jul 2009 19:30:18 +0000 (12:30 -0700)
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_crt.c

index 954b859..d6a1a6e 100644 (file)
@@ -430,7 +430,7 @@ static int intel_crt_get_modes(struct drm_connector *connector)
 {
        int ret;
        struct intel_output *intel_output = to_intel_output(connector);
-       struct intel_i2c_chan *ddcbus;
+       struct i2c_adapter *ddcbus;
        struct drm_device *dev = connector->dev;