Re: linux-next: Tree for Jun 13 (drivers/gpu/drm/i915/display/)

From: Randy Dunlap
Date: Tue Jun 13 2023 - 11:40:42 EST




On 6/12/23 23:59, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20230609:
>

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);
| ^~~~~~~~
cc1: all warnings being treated as errors
In file included from ./../drivers/gpu/drm/i915/display/intel_display_power_well.h:10,
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);
| ^~~~~~~~
cc1: all warnings being treated as errors


--
~Randy