提交 59fd415d 编写于 作者: D Daniel Vetter 提交者: Dave Airlie

drm: remove the list_head from drm_mode_set

It's unused. At it confused me quite a bit until I've discovered that.

Cc: dri-devel@lists.freedesktop.org
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 d3904754
...@@ -676,8 +676,6 @@ struct drm_plane { ...@@ -676,8 +676,6 @@ struct drm_plane {
* This is used to set modes. * This is used to set modes.
*/ */
struct drm_mode_set { struct drm_mode_set {
struct list_head head;
struct drm_framebuffer *fb; struct drm_framebuffer *fb;
struct drm_crtc *crtc; struct drm_crtc *crtc;
struct drm_display_mode *mode; struct drm_display_mode *mode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册