linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: drop unused include of <linux/personality.h>
@ 2022-03-07 23:11 Sagar Patel
  0 siblings, 0 replies; only message in thread
From: Sagar Patel @ 2022-03-07 23:11 UTC (permalink / raw)
  To: Will Deacon; +Cc: linux-arm-kernel, Sagar Patel

Drop an include of <linux/personality.h> which is no longer used.
git-blame indicates it was used at some point, but it's not needed
anymore.

Signed-off-by: Sagar Patel <sagarmp@cs.unc.edu>
---
Hi Will,

This patch was tested by building the arm kernel with defconfig based on
v5.17-rc5.

---Sagar Patel
---
 arch/arm/mm/mmap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mm/mmap.c b/arch/arm/mm/mmap.c
index a0f8a0ca0788..9d831165f628 100644
--- a/arch/arm/mm/mmap.c
+++ b/arch/arm/mm/mmap.c
@@ -9,7 +9,6 @@
 #include <linux/sched/signal.h>
 #include <linux/sched/mm.h>
 #include <linux/io.h>
-#include <linux/personality.h>
 #include <linux/random.h>
 #include <asm/cachetype.h>
 
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-07 23:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 23:11 [PATCH] arm: drop unused include of <linux/personality.h> Sagar Patel

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).