From 4f3440a8ac2737e27ad3d122619d46b8a2c8f652 Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Tue, 20 Jul 2021 12:45:42 -0400 Subject: [PATCH] Fix drm.h include path kernel-headers provides the drm/drm.h path, while libdrm-dev[el] provides the libdrm/drm.h path, which is what we want to use. Fix the path so we use the newer drm.h header, as well as fixing SLES, which doesn't provide drm.h in their kernel-headers. Change-Id: Icb2b6643698d356169e3baeef17527a1b4e05483 --- include/linux/kfd_ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kfd_ioctl.h b/include/linux/kfd_ioctl.h index 9bb1fb8a64..9dfac607a4 100644 --- a/include/linux/kfd_ioctl.h +++ b/include/linux/kfd_ioctl.h @@ -23,7 +23,7 @@ #ifndef KFD_IOCTL_H_INCLUDED #define KFD_IOCTL_H_INCLUDED -#include +#include #include /*