[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250203102818.56747-2-tzimmermann@suse.de>
Date: Mon, 3 Feb 2025 11:26:35 +0100
From: Thomas Zimmermann <tzimmermann@...e.de>
To: daniel@...que.org,
haojian.zhuang@...il.com,
robert.jarzmik@...e.fr,
linux@...linux.org.uk,
krzk@...nel.org,
alim.akhtar@...sung.com
Cc: linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Thomas Zimmermann <tzimmermann@...e.de>
Subject: [PATCH 1/2] 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 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
Powered by blists - more mailing lists