linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Sagar Patel <sagarmp@cs.unc.edu>
To: Will Deacon <will@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org, Sagar Patel <sagarmp@cs.unc.edu>
Subject: [PATCH] arm: drop unused include of <linux/personality.h>
Date: Mon,  7 Mar 2022 18:11:09 -0500	[thread overview]
Message-ID: <20220307231109.2009-1-sagarmp@cs.unc.edu> (raw)

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

                 reply	other threads:[~2022-03-07 23:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220307231109.2009-1-sagarmp@cs.unc.edu \
    --to=sagarmp@cs.unc.edu \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).