Skip to content

Commit

Permalink
drm/i915: Fix harmless warning from patch merged after i2c rework.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Anholt <eric@anholt.net>
  • Loading branch information
Eric Anholt committed Jul 10, 2009
1 parent 2a34f5e commit 883e860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_crt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;


Expand Down

0 comments on commit 883e860

Please sign in to comment.