Re: [PATCH 2/2] drm/print: drop include seq_file.h

2024-04-26 Thread Jani Nikula
On Fri, 26 Apr 2024, Noralf Trønnes wrote: > I used the defconfigs from drm-tip:rerere-cache which caught this. Odd. This is what my configs are based on too. I can only assume a 'make olddefconfig' down the line has defaulted something to n at some point. BR, Jani. -- Jani Nikula, Intel

Re: [PATCH 2/2] drm/print: drop include seq_file.h

2024-04-26 Thread Noralf Trønnes
On 4/26/24 09:28, Jani Nikula wrote: > On Thu, 25 Apr 2024, Noralf Trønnes wrote: >> On 4/22/24 14:10, Jani Nikula wrote: >>> Never include where a forward declaration will suffice. >>> >>> Reviewed-by: Andrzej Hajda >>> Acked-by: Maxime Ripard >>> Link: >>>

Re: [PATCH 2/2] drm/print: drop include seq_file.h

2024-04-26 Thread Jani Nikula
On Thu, 25 Apr 2024, Noralf Trønnes wrote: > On 4/22/24 14:10, Jani Nikula wrote: >> Never include where a forward declaration will suffice. >> >> Reviewed-by: Andrzej Hajda >> Acked-by: Maxime Ripard >> Link: >>

Re: [PATCH 2/2] drm/print: drop include seq_file.h

2024-04-25 Thread Noralf Trønnes
On 4/22/24 14:10, Jani Nikula wrote: > Never include where a forward declaration will suffice. > > Reviewed-by: Andrzej Hajda > Acked-by: Maxime Ripard > Link: > https://patchwork.freedesktop.org/patch/msgid/20240410141434.157908-2-jani.nik...@intel.com > Signed-off-by: Jani Nikula > --- >

[PATCH 2/2] drm/print: drop include seq_file.h

2024-04-22 Thread Jani Nikula
Never include where a forward declaration will suffice. Reviewed-by: Andrzej Hajda Acked-by: Maxime Ripard Link: https://patchwork.freedesktop.org/patch/msgid/20240410141434.157908-2-jani.nik...@intel.com Signed-off-by: Jani Nikula --- include/drm/drm_print.h | 2 +- 1 file changed, 1

[PATCH 2/2] drm/print: drop include seq_file.h

2024-04-10 Thread Jani Nikula
Never include where a forward declaration will suffice. Signed-off-by: Jani Nikula --- include/drm/drm_print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_print.h b/include/drm/drm_print.h index 561c3b96b6fd..089950ad8681 100644 ---