drm: make drm_trace.h self-contained
authorSam Ravnborg <sam@ravnborg.org>
Sun, 26 May 2019 17:35:34 +0000 (19:35 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 27 May 2019 16:06:54 +0000 (18:06 +0200)
Do not require users of drm_trace.h to include other
files just to let it build

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Link: https://patchwork.freedesktop.org/patch/msgid/20190526173535.32701-7-sam@ravnborg.org
drivers/gpu/drm/drm_trace.h

index baccc63db106b7e1a59175df4befa8cde36aaaca..471eb927474b8ac48bbb5b34769f1d3dd39bcb14 100644 (file)
@@ -6,6 +6,8 @@
 #include <linux/types.h>
 #include <linux/tracepoint.h>
 
+struct drm_file;
+
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM drm
 #define TRACE_INCLUDE_FILE drm_trace