Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tegra: trace: Fix path to include

The TRACE_INCLUDE_FILE macro needs to specify the path relative to the
define_trace.h header rather than relative to the file defining it.

Reported-by: Dmitry Osipenko <digetx@gmail.com>
Tested-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170823171326.23620-1-thierry.reding@gmail.com

+1 -1
+1 -1
drivers/gpu/drm/tegra/trace.h
··· 63 63 64 64 /* This part must be outside protection */ 65 65 #undef TRACE_INCLUDE_PATH 66 - #define TRACE_INCLUDE_PATH . 66 + #define TRACE_INCLUDE_PATH ../../drivers/gpu/drm/tegra 67 67 #define TRACE_INCLUDE_FILE trace 68 68 #include <trace/define_trace.h>