* [PATCH -next] ARM: spitz: Remove duplicated include in spitz.c
@ 2024-07-12 8:28 Yang Li
0 siblings, 0 replies; only message in thread
From: Yang Li @ 2024-07-12 8:28 UTC (permalink / raw)
To: daniel
Cc: haojian.zhuang, robert.jarzmik, linux-arm-kernel, linux-kernel,
Yang Li, Abaci Robot
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@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9519
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-07-12 8:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-12 8:28 [PATCH -next] ARM: spitz: Remove duplicated include in spitz.c Yang Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).