From: mark.rutland@arm.com (Mark Rutland)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm64: remove redundant header file in current.h
Date: Thu, 30 Mar 2017 13:59:09 +0100 [thread overview]
Message-ID: <20170330125908.GF16211@leverpostej> (raw)
In-Reply-To: <1490877709-221439-1-git-send-email-zhangshaokun@hisilicon.com>
On Thu, Mar 30, 2017 at 08:41:49PM +0800, Shaokun Zhang wrote:
> Commint 9d84fb27fa1 ("arm64: restore get_current() optimisation") has
> removed read_sysreg() and asm/sysreg.h is redundant.
>
> This patch removes asm/sysreg.h header file.
>
> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Thanks for cleaning this up. FWIW:
Acked-by: Mark Rutland <mark.rutland@arm.com>
Mark.
> ---
> arch/arm64/include/asm/current.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/include/asm/current.h b/arch/arm64/include/asm/current.h
> index 86c4041..f6580d4 100644
> --- a/arch/arm64/include/asm/current.h
> +++ b/arch/arm64/include/asm/current.h
> @@ -3,8 +3,6 @@
>
> #include <linux/compiler.h>
>
> -#include <asm/sysreg.h>
> -
> #ifndef __ASSEMBLY__
>
> struct task_struct;
> --
> 1.9.1
>
next prev parent reply other threads:[~2017-03-30 12:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-30 12:41 [PATCH] arm64: remove redundant header file in current.h Shaokun Zhang
2017-03-30 12:59 ` Mark Rutland [this message]
2017-03-30 18:15 ` Will Deacon
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=20170330125908.GF16211@leverpostej \
--to=mark.rutland@arm.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.