commit | d74d74aeaf0b29a158bc95c63c6b6b107a57f4f5 | [log] [tgz] |
---|---|---|
author | Gabriel Krisman Bertazi <krisman@collabora.co.uk> | Thu Jan 26 23:05:47 2017 -0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Feb 02 10:02:36 2017 +0100 |
tree | 58b1b0bb053014330f5578c017362467dfd8feef | |
parent | 5472bdee3f7ac3393e6911fc21eaa339b978cfed [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>