Hi Alex.
On Wed, Jul 31, 2019 at 10:52:39AM -0500, Alex Deucher wrote:
Unused.
Signed-off-by: Alex Deucher alexander.deucher@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c index 4d9101834ba7..c79aaebeeaf0 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c @@ -28,7 +28,6 @@ #include <linux/uaccess.h> #include <linux/mmu_context.h> #include <linux/firmware.h> -#include <drm/drmP.h> #include "amdgpu.h" #include "amdgpu_amdkfd.h" #include "sdma0/sdma0_4_2_2_offset.h"
Thanks!
All patches are: Acked-by: Sam Ravnborg sam@ravnborg.org
Actual status in drm-misc:
$ git grep drmP | cut -d '/' -f 1 | sort | uniq -c 6 amd <= fixed by this patchset 8 arm <= patch sent. Needs to rebase and resend 6 armada <= patch sent. Needs to rebase and resend 1 etnaviv <= already fixed in etnaviv repo 2 exynos <= Somehow missed these. Patch ready, needs to send it out 1 i2c <= patch sent. Needs to rebase and resend 2 msm <= patch sent. Needs to rebase and resend 27 nouveau <= already fixed in nouveau repo 4 tegra <= patch sent. Needs to reabse and resend 13 vmwgfx <= already fixed in vmwgfx repo
So things looks doable. I just need to find a few hours..
Sam