diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-08-29 06:12:44 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-09-10 03:43:10 -0400 |
commit | c5786fe5f1c50941dbe27fc8b4aa1afee46ae893 (patch) | |
tree | a2a8786bdb77a90b319c4e0ced2bf8cceff52f01 /include/drm | |
parent | 915b4d11b8b9e7b84ba4a4645b6cc7fbc0c071cf (diff) |
drm: Goody bye, drm_bus!
..we will not miss you..
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-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 c82f292efcd4..5ae388a9bb98 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h | |||
@@ -605,10 +605,6 @@ struct drm_master { | |||
605 | #define DRM_SCANOUTPOS_INVBL (1 << 1) | 605 | #define DRM_SCANOUTPOS_INVBL (1 << 1) |
606 | #define DRM_SCANOUTPOS_ACCURATE (1 << 2) | 606 | #define DRM_SCANOUTPOS_ACCURATE (1 << 2) |
607 | 607 | ||
608 | struct drm_bus { | ||
609 | int (*set_busid)(struct drm_device *dev, struct drm_master *master); | ||
610 | }; | ||
611 | |||
612 | /** | 608 | /** |
613 | * DRM driver structure. This structure represent the common code for | 609 | * DRM driver structure. This structure represent the common code for |
614 | * a family of cards. There will one drm_device for each card present | 610 | * a family of cards. There will one drm_device for each card present |
@@ -846,7 +842,6 @@ struct drm_driver { | |||
846 | const struct drm_ioctl_desc *ioctls; | 842 | const struct drm_ioctl_desc *ioctls; |
847 | int num_ioctls; | 843 | int num_ioctls; |
848 | const struct file_operations *fops; | 844 | const struct file_operations *fops; |
849 | struct drm_bus *bus; | ||
850 | 845 | ||
851 | /* List of devices hanging off this driver with stealth attach. */ | 846 | /* List of devices hanging off this driver with stealth attach. */ |
852 | struct list_head legacy_dev_list; | 847 | struct list_head legacy_dev_list; |