drm: Remove pdev field from struct drm_device
[linux-2.6-microblaze.git] / drivers / gpu / drm / drm_pci.c
index 1a1a2d4..03bd863 100644 (file)
@@ -162,7 +162,6 @@ static int drm_get_pci_dev(struct pci_dev *pdev,
        if (ret)
                goto err_free;
 
-       dev->pdev = pdev;
 #ifdef __alpha__
        dev->hose = pdev->sysdata;
 #endif