drm/amdgpu: MODULE_FIRMWARE requires linux/module.h
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Aug 2019 08:10:38 +0000 (18:10 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Aug 2019 15:52:01 +0000 (10:52 -0500)
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>
drivers/gpu/drm/amd/amdgpu/psp_v12_0.c

index f37b8af4b986f5bbb9da0a91fbf60107ded60340..b474dfb793757a69f4e3aa1bf184e8df0597a369 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <linux/firmware.h>
+#include <linux/module.h>
 #include "amdgpu.h"
 #include "amdgpu_psp.h"
 #include "amdgpu_ucode.h"