From: Stephen Rothwell Date: Wed, 9 Oct 2019 00:35:57 +0000 (+1100) Subject: drm/amdkfd: update for drmP.h removal X-Git-Tag: v5.10.7~3692^2~37^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cd4d9eead73c004d08a58536dc726bd172eaaec;p=platform%2Fkernel%2Flinux-rpi.git drm/amdkfd: update for drmP.h removal Signed-off-by: Stephen Rothwell Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h index 337a8c0..ab89974 100644 --- a/drivers/gpu/drm/amd/amdkfd/kfd_priv.h +++ b/drivers/gpu/drm/amd/amdkfd/kfd_priv.h @@ -37,7 +37,9 @@ #include #include #include -#include +#include +#include +#include #include #include "amd_shared.h" @@ -49,8 +51,6 @@ /* GPU ID hash width in bits */ #define KFD_GPU_ID_HASH_WIDTH 16 -struct drm_device; - /* Use upper bits of mmap offset to store KFD driver specific information. * BITS[63:62] - Encode MMAP type * BITS[61:46] - Encode gpu_id. To identify to which GPU the offset belongs to