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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@

#include "soc15.h"
#include "soc15_common.h"
#include "soc21.h"

static const struct amd_ip_funcs soc21_common_ip_funcs;