Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2568cedc authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Alex Deucher
Browse files

drm/amdgpu: MODULE_FIRMWARE requires linux/module.h



Fixes: 6a7a0bdb ("drm/amdgpu: add psp_v12_0 for renoir (v2)")
Reviewed-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent dec4f137
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
 */

#include <linux/firmware.h>
#include <linux/module.h>
#include "amdgpu.h"
#include "amdgpu_psp.h"
#include "amdgpu_ucode.h"