From: Stephen Rothwell Date: Tue, 13 Aug 2019 08:10:38 +0000 (+1000) Subject: drm/amdgpu: MODULE_FIRMWARE requires linux/module.h X-Git-Tag: v5.4-rc1~106^2~7^2~190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2568cedc130866ddca7b7d85824b5d237d2d3812;p=thirdparty%2Fkernel%2Flinux.git drm/amdgpu: MODULE_FIRMWARE requires linux/module.h Fixes: 6a7a0bdbfa0c ("drm/amdgpu: add psp_v12_0 for renoir (v2)") Reviewed-by: Huang Rui Signed-off-by: Stephen Rothwell Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c index f37b8af4b986f..b474dfb793757 100644 --- a/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c +++ b/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c @@ -21,6 +21,7 @@ */ #include +#include #include "amdgpu.h" #include "amdgpu_psp.h" #include "amdgpu_ucode.h"