aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_pci.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-03 22:32:41 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-04-23 10:32:54 +0200
commitf93227759d9bd3b299c288a6bd448161f849cdfd (patch)
tree54751c3ad3c2f06e28142590180791c643ee028a /drivers/gpu/drm/drm_pci.c
parentdrm: remove drm_bus->get_name (diff)
downloadlinux-dev-f93227759d9bd3b299c288a6bd448161f849cdfd.tar.xz
linux-dev-f93227759d9bd3b299c288a6bd448161f849cdfd.zip
drm: Remove dev->kdriver
With the last patch to ditch the ->get_name callbacks the last user is now gone. Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_pci.c')
-rw-r--r--drivers/gpu/drm/drm_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_pci.c b/drivers/gpu/drm/drm_pci.c
index 1fbe22a254e1..d237de36a07a 100644
--- a/drivers/gpu/drm/drm_pci.c
+++ b/drivers/gpu/drm/drm_pci.c
@@ -364,7 +364,6 @@ int drm_pci_init(struct drm_driver *driver, struct pci_driver *pdriver)
DRM_DEBUG("\n");
- driver->kdriver.pci = pdriver;
driver->bus = &drm_pci_bus;
if (driver->driver_features & DRIVER_MODESET)