summaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
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 /include/drm/drmP.h
parent9de1b51f1fae6476155350a0670dc637c762e718 (diff)
downloadop-kernel-dev-f93227759d9bd3b299c288a6bd448161f849cdfd.zip
op-kernel-dev-f93227759d9bd3b299c288a6bd448161f849cdfd.tar.gz
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 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 493bbbb..19daabe 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -963,11 +963,6 @@ struct drm_driver {
const struct drm_ioctl_desc *ioctls;
int num_ioctls;
const struct file_operations *fops;
- union {
- struct pci_driver *pci;
- struct platform_device *platform_device;
- struct usb_driver *usb;
- } kdriver;
struct drm_bus *bus;
/* List of devices hanging off this driver with stealth attach. */
OpenPOWER on IntegriCloud