ARM: s3c: Do not include <linux/fb.h>

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>
This commit is contained in:
Thomas Zimmermann
2025-02-03 11:26:36 +01:00
committed by Krzysztof Kozlowski
parent 2014c95afe
commit 1fdadc8418
2 changed files with 0 additions and 2 deletions
-1
View 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>
@@ -9,7 +9,6 @@
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/fb.h>
#include <linux/gpio.h>
#include "fb.h"