diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2017-09-01 19:52:38 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-01 22:00:45 +0300 |
commit | 60233daca067cbef01fef6fdf457c1c11defcc90 (patch) | |
tree | 9e432716f2c0be267b9b56e3ba9747924fd532fe | |
parent | f053cd478ecfe9cbc9988912fe63a6d723838b2e (diff) | |
download | linux-60233daca067cbef01fef6fdf457c1c11defcc90.tar.xz |
drm/ttm: Fix trace include path (v2)
Reviewed-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(v2): Drop Makefile change too.
-rw-r--r-- | drivers/gpu/drm/ttm/Makefile | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/ttm/ttm_trace.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ttm/Makefile b/drivers/gpu/drm/ttm/Makefile index a44fdfbe6351..ab2bef1219e5 100644 --- a/drivers/gpu/drm/ttm/Makefile +++ b/drivers/gpu/drm/ttm/Makefile @@ -1,7 +1,6 @@ # # Makefile for the drm device driver. This driver provides support for the -ccflags-y := -I$(src)/. ttm-y := ttm_memory.o ttm_tt.o ttm_bo.o \ ttm_bo_util.o ttm_bo_vm.o ttm_module.o \ ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o \ diff --git a/drivers/gpu/drm/ttm/ttm_trace.h b/drivers/gpu/drm/ttm/ttm_trace.h index 23279b9b8e64..715ce68b7b33 100644 --- a/drivers/gpu/drm/ttm/ttm_trace.h +++ b/drivers/gpu/drm/ttm/ttm_trace.h @@ -82,6 +82,6 @@ TRACE_EVENT(ttm_dma_unmap, /* This part must be outside protection */ #undef TRACE_INCLUDE_PATH -#define TRACE_INCLUDE_PATH . +#define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/ttm/ #include <trace/define_trace.h> |