Re: [Mesa-dev] [PATCH 3/3] radeonsi: include ac_binary.h for struct ac_shader_binary

2017-06-16 Thread Emil Velikov
On 16 June 2017 at 21:09, Emil Velikov wrote: > NB! The series seems to build fine on my end and within Travis, yet > Jenkin results are still pending. Sent early for people to skim through. > The Jenkins build seem happy with the series. -Emil ___ mes

[Mesa-dev] [PATCH 3/3] radeonsi: include ac_binary.h for struct ac_shader_binary

2017-06-16 Thread Emil Velikov
From: Emil Velikov The header embeds the struct so it needs the header inclusion instead of the dummy forward declaration. Cc: Nicolai Hähnle Cc: Marek Olšák Cc: Tom Stellard Fixes: 32206c5e560 ("radeonsi: Add radeon_shader_binary member to struct si_shader") Signed-off-by: Emil Velikov ---