From: Mikko Rapeli <hidden> Date: 2015-10-15 06:12:10
Fixes userspace compile error since list_head is not exported to userspace
headers.
Suggested by Emil Velikov [off-list ref] at
https://lkml.org/lkml/2015/6/3/792
Signed-off-by: Mikko Rapeli <redacted>
---
drivers/gpu/drm/via/via_drv.h | 4 ++++
include/uapi/drm/via_drm.h | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
From: Emil Velikov <hidden> Date: 2015-10-21 14:36:29
On 15 October 2015 at 06:55, Mikko Rapeli [off-list ref] wrote:
Fixes userspace compile error since list_head is not exported to userspace
headers.
Suggested by Emil Velikov [off-list ref] at
https://lkml.org/lkml/2015/6/3/792
Signed-off-by: Mikko Rapeli <redacted>
We're safe as the only users of the struct already include via_drv.h.
Reviewed-by: Emil Velikov <redacted>
Daniel can you pick this up (esp. since you added it with commit
c828e20456301b0f5192a1f75e8bf8a6afd15551)
Thanks
Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
From: Daniel Vetter <hidden> Date: 2015-10-21 15:33:29
On Wed, Oct 21, 2015 at 03:36:22PM +0100, Emil Velikov wrote:
On 15 October 2015 at 06:55, Mikko Rapeli [off-list ref] wrote:
quoted
Fixes userspace compile error since list_head is not exported to userspace
headers.
Suggested by Emil Velikov [off-list ref] at
https://lkml.org/lkml/2015/6/3/792
Signed-off-by: Mikko Rapeli <redacted>
We're safe as the only users of the struct already include via_drv.h.
Reviewed-by: Emil Velikov <redacted>
Daniel can you pick this up (esp. since you added it with commit
c828e20456301b0f5192a1f75e8bf8a6afd15551)
From: Emil Velikov <hidden> Date: 2015-10-21 16:25:48
On 21 October 2015 at 16:33, Daniel Vetter [off-list ref] wrote:
On Wed, Oct 21, 2015 at 03:36:22PM +0100, Emil Velikov wrote:
quoted
On 15 October 2015 at 06:55, Mikko Rapeli [off-list ref] wrote:
quoted
Fixes userspace compile error since list_head is not exported to userspace
headers.
Suggested by Emil Velikov [off-list ref] at
https://lkml.org/lkml/2015/6/3/792
Signed-off-by: Mikko Rapeli <redacted>
We're safe as the only users of the struct already include via_drv.h.
Reviewed-by: Emil Velikov <redacted>
Daniel can you pick this up (esp. since you added it with commit
c828e20456301b0f5192a1f75e8bf8a6afd15551)