]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: Use correct path to trace include
authorThierry Reding <treding@nvidia.com>
Fri, 1 Sep 2017 14:49:53 +0000 (16:49 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 1 Sep 2017 19:01:21 +0000 (15:01 -0400)
commit511f2c8ca3104a9132c78abf203d954f0742f532
tree097d09d8834a0358a7399368c4a549c0ff92a2a0
parentf609f9e8e1602a629feb9d3f2e3a0cfd4cf0845a
drm/radeon: Use correct path to trace include

The header comment in include/trace/define_trace.h specifies that the
TRACE_INCLUDE_PATH needs to be relative to the define_trace.h header
rather than the trace file including it. Most instances get that wrong
and work around it by adding the $(src) directory to the include path.

While this works, it is preferable to refer to the correct path to the
trace file in the first place and avoid any workaround.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/Makefile
drivers/gpu/drm/radeon/radeon_trace.h