diff options
Diffstat (limited to 'drivers/gpu/drm/drm_stub.c')
-rw-r--r-- | drivers/gpu/drm/drm_stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index 82f4657b8879..141e33004a76 100644 --- a/drivers/gpu/drm/drm_stub.c +++ b/drivers/gpu/drm/drm_stub.c | |||
@@ -107,7 +107,6 @@ static int drm_fill_in_dev(struct drm_device * dev, struct pci_dev *pdev, | |||
107 | #ifdef __alpha__ | 107 | #ifdef __alpha__ |
108 | dev->hose = pdev->sysdata; | 108 | dev->hose = pdev->sysdata; |
109 | #endif | 109 | #endif |
110 | dev->irq = pdev->irq; | ||
111 | 110 | ||
112 | if (drm_ht_create(&dev->map_hash, 12)) { | 111 | if (drm_ht_create(&dev->map_hash, 12)) { |
113 | return -ENOMEM; | 112 | return -ENOMEM; |