]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_i2c.c
drm/nouveau: merge nvbios and nouveau_bios_info
[net-next-2.6.git] / drivers / gpu / drm / nouveau / nouveau_i2c.c
index 05fa4983c7fbd6fde760c5fd55b0f0209b554b81..88583e7bf651383237187d73305222351ae7a26c 100644 (file)
@@ -254,7 +254,7 @@ struct nouveau_i2c_chan *
 nouveau_i2c_find(struct drm_device *dev, int index)
 {
        struct drm_nouveau_private *dev_priv = dev->dev_private;
-       struct nvbios *bios = &dev_priv->VBIOS;
+       struct nvbios *bios = &dev_priv->vbios;
 
        if (index >= DCB_MAX_NUM_I2C_ENTRIES)
                return NULL;