]> git.baikalelectronics.ru Git - kernel.git/commit
drm: qxl: Drop duplicated pci_device pointer attribute
authorGabriel Krisman Bertazi <krisman@collabora.co.uk>
Fri, 27 Jan 2017 01:05:47 +0000 (23:05 -0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 2 Feb 2017 09:02:36 +0000 (10:02 +0100)
commita6241c06288852db99f758808c1c2667df2b1728
tree58b1b0bb053014330f5578c017362467dfd8feef
parent980f83cdd4cd7964fa2c0bdf8ec25a110565540d
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>
drivers/gpu/drm/qxl/qxl_drv.h
drivers/gpu/drm/qxl/qxl_ioctl.c
drivers/gpu/drm/qxl/qxl_kms.c