amd: Fix signature mismatch

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7791>
This commit is contained in:
James Park 2020-11-26 20:44:26 -08:00
parent 7c521e9968
commit a212a8a0f0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#include <stdio.h>
#include <string.h>
static void ac_init_llvm_target()
static void ac_init_llvm_target(void)
{
LLVMInitializeAMDGPUTargetInfo();
LLVMInitializeAMDGPUTarget();