projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89f5752
)
drm/i915/gvt: remove duplicate include of trace.h
author
Zhenyu Wang
<zhenyuw@linux.intel.com>
Wed, 12 Jun 2019 03:17:46 +0000
(11:17 +0800)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Tue, 30 Jul 2019 06:26:30 +0000
(14:26 +0800)
This removes duplicate include of trace.h. Found by Hariprasad Kelam
with includecheck.
Reported-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Reviewed-by: Yan Zhao <yan.y.zhao@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/trace_points.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/trace_points.c
b/drivers/gpu/drm/i915/gvt/trace_points.c
index
a3deed6
..
fe552e8
100644
(file)
--- a/
drivers/gpu/drm/i915/gvt/trace_points.c
+++ b/
drivers/gpu/drm/i915/gvt/trace_points.c
@@
-28,8
+28,6
@@
*
*/
-#include "trace.h"
-
#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "trace.h"