summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_drv.h
diff options
context:
space:
mode:
authorGabriel Krisman Bertazi <krisman@collabora.co.uk>2017-01-26 23:05:47 -0200
committerGerd Hoffmann <kraxel@redhat.com>2017-02-02 10:02:36 +0100
commitd74d74aeaf0b29a158bc95c63c6b6b107a57f4f5 (patch)
tree58b1b0bb053014330f5578c017362467dfd8feef /drivers/gpu/drm/qxl/qxl_drv.h
parent5472bdee3f7ac3393e6911fc21eaa339b978cfed (diff)
drm: qxl: Drop duplicated pci_device pointer attribute
qxl_device duplicates the pointer to struct pci_dev, which is not needed since we already have it in the drm_device structure. Clean it up. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170127010548.27970-3-krisman@collabora.co.uk Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/qxl/qxl_drv.h')
-rw-r--r--drivers/gpu/drm/qxl/qxl_drv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/qxl/qxl_drv.h b/drivers/gpu/drm/qxl/qxl_drv.h
index a022de205134..05a96dde1916 100644
--- a/drivers/gpu/drm/qxl/qxl_drv.h
+++ b/drivers/gpu/drm/qxl/qxl_drv.h
@@ -243,7 +243,6 @@ struct qxl_device;
struct qxl_device {
struct drm_device *ddev;
- struct pci_dev *pdev;
unsigned long flags;
resource_size_t vram_base, vram_size;