diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-08-13 11:10:38 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-08-15 18:52:01 +0300 |
commit | 2568cedc130866ddca7b7d85824b5d237d2d3812 (patch) | |
tree | a609bfa3f79e21c8d02ab970959289b17d6e542d /drivers/gpu/drm | |
parent | dec4f1377c2c8556ce0512cb3ad8c6963313c0da (diff) | |
download | linux-2568cedc130866ddca7b7d85824b5d237d2d3812.tar.xz |
drm/amdgpu: MODULE_FIRMWARE requires linux/module.h
Fixes: 6a7a0bdbfa0c ("drm/amdgpu: add psp_v12_0 for renoir (v2)")
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/psp_v12_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c index f37b8af4b986..b474dfb79375 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 <linux/firmware.h> +#include <linux/module.h> #include "amdgpu.h" #include "amdgpu_psp.h" #include "amdgpu_ucode.h" |