Re: [PATCH v2 2/4] fbdev/sm712fb: Do not include

2023-07-06 Thread Arnd Bergmann
On Thu, Jul 6, 2023, at 12:42, Thomas Zimmermann wrote: > Sm712fb's dependency on is artificial in that > it only uses struct screen_info for its internals. Replace the use of > struct screen_info with a custom data structure and remove the include > of . > > Signed-off-by: Thomas Zimmermann > Re

[PATCH v2 2/4] fbdev/sm712fb: Do not include

2023-07-06 Thread Thomas Zimmermann
Sm712fb's dependency on is artificial in that it only uses struct screen_info for its internals. Replace the use of struct screen_info with a custom data structure and remove the include of . Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas Cc: Sudip Mukherjee Cc: Teddy W