diff options
| author | 2013-11-03 22:32:41 +0100 | |
|---|---|---|
| committer | 2014-04-23 10:32:54 +0200 | |
| commit | f93227759d9bd3b299c288a6bd448161f849cdfd (patch) | |
| tree | 54751c3ad3c2f06e28142590180791c643ee028a /include | |
| parent | drm: remove drm_bus->get_name (diff) | |
| download | linux-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 'include')
| -rw-r--r-- | include/drm/drmP.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 493bbbb300e6..19daabeeffbe 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. */ |
