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.
This commit is contained in:
Tom St Denis 2017-09-01 12:52:38 -04:00 committed by Alex Deucher
parent f053cd478e
commit 60233daca0
2 changed files with 1 additions and 2 deletions

View file

@ -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 \

View file

@ -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>