radeonsi: make si_init_shader_selector_async static
[mesa.git] / src / gallium / drivers / radeonsi / si_state_shaders.c
index 6398111e5a673ea3c94f9ecd966a6335578f6a28..ac8b65e398c4030eb425d8927d031ff83a71e780 100644 (file)
@@ -1786,7 +1786,7 @@ static void si_parse_next_shader_property(const struct tgsi_shader_info *info,
  * si_shader_selector initialization. Since it can be done asynchronously,
  * there is no way to report compile failures to applications.
  */
-void si_init_shader_selector_async(void *job, int thread_index)
+static void si_init_shader_selector_async(void *job, int thread_index)
 {
        struct si_shader_selector *sel = (struct si_shader_selector *)job;
        struct si_screen *sscreen = sel->screen;