From 18d11cb4dc3fec7007717c1c7a62477ea23fd46e Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 13 May 2019 15:21:06 -0700 Subject: freedreno: Move msm_drm.h to the same spot as other DRM uapi. The new location matches other drivers, and has a README about the rules for updating it. Reviewed-by: Rob Clark --- src/freedreno/vulkan/tu_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/freedreno/vulkan/tu_drm.c') diff --git a/src/freedreno/vulkan/tu_drm.c b/src/freedreno/vulkan/tu_drm.c index 6904b011e71..9b2e6f78879 100644 --- a/src/freedreno/vulkan/tu_drm.c +++ b/src/freedreno/vulkan/tu_drm.c @@ -30,7 +30,7 @@ #include #include -#include "drm/msm_drm.h" +#include "drm-uapi/msm_drm.h" static int tu_drm_get_param(const struct tu_physical_device *dev, -- cgit v1.2.3