[PATCH -next] ARM: spitz: Remove duplicated include in spitz.c

From: Yang Li
Date: Fri Jul 12 2024 - 04:28:26 EST


The header files linux/property.h is included twice in spitz.c,
so one inclusion of each can be removed.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9519
Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
---
arch/arm/mach-pxa/spitz.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c
index 452bf7aac1fa..97ecd79c9679 100644
--- a/arch/arm/mach-pxa/spitz.c
+++ b/arch/arm/mach-pxa/spitz.c
@@ -29,7 +29,6 @@
#include <linux/input/matrix_keypad.h>
#include <linux/regulator/machine.h>
#include <linux/io.h>
-#include <linux/property.h>
#include <linux/reboot.h>
#include <linux/memblock.h>

--
2.20.1.7.g153144c