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: >>> https://patchwork.freedesktop.org

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: >> https://patchwork.freedesktop.org/patch/msgid/20240410141434.157908-2-jani.nik...

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 > --- >