Commit caa5eadc authored by Evan Quan's avatar Evan Quan Committed by Alex Deucher

drm/amdgpu: suppress some compile warnings

Suppress two compile warnings about "no previous prototype".
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 396beb91
......@@ -1361,7 +1361,7 @@ union mall_info {
struct mall_info_v1_0 v1;
};
int amdgpu_discovery_get_mall_info(struct amdgpu_device *adev)
static int amdgpu_discovery_get_mall_info(struct amdgpu_device *adev)
{
struct binary_header *bhdr;
union mall_info *mall_info;
......
......@@ -42,6 +42,7 @@
#include "soc15.h"
#include "soc15_common.h"
#include "soc21.h"
static const struct amd_ip_funcs soc21_common_ip_funcs;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment