]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: qxl: Drop duplicated device pointer attribute
authorGabriel Krisman Bertazi <krisman@collabora.co.uk>
Fri, 27 Jan 2017 01:05:46 +0000 (23:05 -0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 2 Feb 2017 09:02:34 +0000 (10:02 +0100)
commit5472bdee3f7ac3393e6911fc21eaa339b978cfed
tree747fe4d44573eb0cc92c6f42578697ee28b9ab2a
parent768851b92cf224a6dc37cb99d78dd94377d51f0e
drm: qxl: Drop duplicated device pointer attribute

qxl_device duplicates a pointer to struct device, 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-2-krisman@collabora.co.uk
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/qxl/qxl_drv.h
drivers/gpu/drm/qxl/qxl_kms.c
drivers/gpu/drm/qxl/qxl_object.c
drivers/gpu/drm/qxl/qxl_object.h