Re: [PATCH 5/8] drm/solomon: Do not include

2023-12-01 Thread Javier Martinez Canillas
Thomas Zimmermann writes: Hello Thomas, > Remove unnecessary include statements for . > The file contains helpers for non-atomic code and should not be > required by most drivers. No functional changes. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/solomon/ssd130x.h | 1 - > 1 f

Re: [PATCH 5/8] drm/solomon: Do not include

2023-11-28 Thread Geert Uytterhoeven
On Tue, Nov 28, 2023 at 11:47 AM Thomas Zimmermann wrote: > Remove unnecessary include statements for . > The file contains helpers for non-atomic code and should not be > required by most drivers. No functional changes. > > Signed-off-by: Thomas Zimmermann Reviewed-by: Geert Uytterhoeven Gr{o

[PATCH 5/8] drm/solomon: Do not include

2023-11-28 Thread Thomas Zimmermann
Remove unnecessary include statements for . The file contains helpers for non-atomic code and should not be required by most drivers. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/solomon/ssd130x.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/s