[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250930112651.87159-1-tzimmermann@suse.de>
Date: Tue, 30 Sep 2025 13:26:46 +0200
From: Thomas Zimmermann <tzimmermann@...e.de>
To: daniel@...que.org,
haojian.zhuang@...il.com,
robert.jarzmik@...e.fr,
linux@...linux.org.uk
Cc: linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org,
linux-fbdev@...r.kernel.org,
dri-devel@...ts.freedesktop.org,
Thomas Zimmermann <tzimmermann@...e.de>
Subject: [PATCH] ARM: spitz: Do not include <linux/fb.h>
This ARM architecture's source file does not require <linux/fb.h>.
Remove the include statement.
Signed-off-by: Thomas Zimmermann <tzimmermann@...e.de>
---
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 04828d8918aa..873844194a31 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.51.0
Powered by blists - more mailing lists