diff options
author | Imre Deak <[email protected]> | 2023-06-16 21:51:01 +0300 |
---|---|---|
committer | Imre Deak <[email protected]> | 2023-06-26 14:23:50 +0300 |
commit | f4fab137dd2bc7dfdf8d17f8c53c472a5316109c (patch) | |
tree | ecc259ed0a7c1fa9f56c08d98b61470f398ebbb8 /tools/perf/scripts/python | |
parent | 4801a51546a57db5530767beef44b956efc248c3 (diff) |
drm/i915: Add missing forward declarations/includes to display power headers
Add the seq_file struct forward declaration to intel_display_power.h
fixing the build error below. While at it add the rest of missing
forward declarations/includes to the display power header files.
In file included from <command-line>:
./../drivers/gpu/drm/i915/display/intel_display_power.h:255:70: error: 'struct seq_file'
declared inside parameter list will not be visible outside of this definition or declaration [-Werror]
255 | void intel_display_power_debug(struct drm_i915_private *i915, struct seq_file *m);
| ^~~~~~~~
Closes: https://lore.kernel.org/intel-gfx/[email protected]/
Reported-by: Randy Dunlap <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Tested-by: Randy Dunlap <[email protected]> # build-tested
Reviewed-by: Jouni Högander <[email protected]>
Signed-off-by: Imre Deak <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions