[PATCH 1/2] ARM: spitz: Do not include <linux/fb.h>

From: Thomas Zimmermann
Date: Mon Feb 03 2025 - 05:29:11 EST


This ARM architecture's source file does not require <linux/fb.h>.
Remove the include statement.

Signed-off-by: Thomas Zimmermann <tzimmermann@xxxxxxx>
---
arch/arm/mach-pxa/spitz.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-pxa/spitz.h b/arch/arm/mach-pxa/spitz.h
index 04828d8918aa3..873844194a318 100644
--- a/arch/arm/mach-pxa/spitz.h
+++ b/arch/arm/mach-pxa/spitz.h
@@ -12,7 +12,6 @@
#endif

#include "irqs.h" /* PXA_NR_BUILTIN_GPIO, PXA_GPIO_TO_IRQ */
-#include <linux/fb.h>

/* Spitz/Akita GPIOs */

--
2.48.1