]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: s3c: Do not include <linux/fb.h>
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 3 Feb 2025 10:26:36 +0000 (11:26 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 3 Feb 2025 11:58:24 +0000 (12:58 +0100)
These ARM architecture's source files do not require <linux/fb.h>.
Remove the include statements.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250203102818.56747-3-tzimmermann@suse.de
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/mach-s3c/devs.c
arch/arm/mach-s3c/setup-fb-24bpp-s3c64xx.c

index 8c26d592d2a3f9106ea651493ea2282830669684..bab2abd8a34aefab6cf4cf8d63d54c2b207178d3 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/slab.h>
 #include <linux/string.h>
 #include <linux/dma-mapping.h>
-#include <linux/fb.h>
 #include <linux/gfp.h>
 #include <linux/mmc/host.h>
 #include <linux/ioport.h>
index cfa34b55ca214645b5704749829342c3e994c674..c3269cd6a848600fd10b1202a245a4411265322f 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <linux/kernel.h>
 #include <linux/types.h>
-#include <linux/fb.h>
 #include <linux/gpio.h>
 
 #include "fb.h"