mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
drm/amdgpu: suppress some compile warnings
Suppress two compile warnings about "no previous prototype". Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user