mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 08:53:41 +00:00
drm/i915: Fix harmless warning from patch merged after i2c rework.
Signed-off-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
2a34f5e6b6
commit
883e860daf
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user