From: Emil Velikov <hidden> Date: 2015-10-21 14:39:10
On 15 October 2015 at 06:55, Mikko Rapeli [off-list ref] wrote:
Fixes userspace compile error:
drm/sis_drm.h:68:19: error: field ‘obj_list’ has incomplete type
struct list_head obj_list;
Suggested by Emil Velikov [off-list ref] at
https://lkml.org/lkml/2015/6/3/792
Signed-off-by: Mikko Rapeli <redacted>
---
Analogous to the via patch. Daniel can you please pick this one as well ?
Hunk was added with commit fdc0b8a63c1124bb025a2846d41531a123845740
Reviewed-by: Emil Velikov <redacted>
Thanks
Emil
From: Daniel Vetter <hidden> Date: 2015-10-21 15:34:23
On Wed, Oct 21, 2015 at 03:39:07PM +0100, Emil Velikov wrote:
On 15 October 2015 at 06:55, Mikko Rapeli [off-list ref] wrote:
quoted
Fixes userspace compile error:
drm/sis_drm.h:68:19: error: field ‘obj_list’ has incomplete type
struct list_head obj_list;
Suggested by Emil Velikov [off-list ref] at
https://lkml.org/lkml/2015/6/3/792
Signed-off-by: Mikko Rapeli <redacted>
---
Analogous to the via patch. Daniel can you please pick this one as well ?
Hunk was added with commit fdc0b8a63c1124bb025a2846d41531a123845740
Reviewed-by: Emil Velikov <redacted>