From 7901e56206ee48033484c50db70dd6fe151530c2 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 26 Jul 2021 17:09:27 -0700 Subject: [PATCH] dev: Drop include of drm/drm.h in kfd_ioctl.h. I don't have this header on one of the machines I build on, so this is breaking the build for me. Removing this include seems to make the build succeed, implying that it's not actually necessary. I looked at the file it's used in and didn't see anything that looked like it came from this header file. Change-Id: If4a29063d6d0d25904183cab78c9713ff1f8daa6 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/48603 Reviewed-by: Matthew Poremba Maintainer: Gabe Black Tested-by: kokoro --- src/dev/hsa/kfd_ioctl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dev/hsa/kfd_ioctl.h b/src/dev/hsa/kfd_ioctl.h index e1286dc62d..c953787dc8 100644 --- a/src/dev/hsa/kfd_ioctl.h +++ b/src/dev/hsa/kfd_ioctl.h @@ -24,7 +24,6 @@ #define KFD_IOCTL_H_INCLUDED #include -#include #include #include