From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Rich Felker <dalias@libc.org>,
linux-sh@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Simon Horman <horms+renesas@verge.net.au>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sh: remove unneeded uapi asm-generic wrappers
Date: Sat, 27 Jul 2019 13:47:10 +0000 [thread overview]
Message-ID: <87o91fpp29.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <20190723113036.14576-1-yamada.masahiro@socionext.com>
On Tue, 23 Jul 2019 20:30:36 +0900,
Masahiro Yamada wrote:
>
> These are listed in include/uapi/asm-generic/Kbuild, so Kbuild will
> automatically generate them.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> arch/sh/include/uapi/asm/setup.h | 2 --
> arch/sh/include/uapi/asm/types.h | 2 --
> 2 files changed, 4 deletions(-)
> delete mode 100644 arch/sh/include/uapi/asm/setup.h
> delete mode 100644 arch/sh/include/uapi/asm/types.h
>
> diff --git a/arch/sh/include/uapi/asm/setup.h b/arch/sh/include/uapi/asm/setup.h
> deleted file mode 100644
> index 4bd19f80f9b0..000000000000
> --- a/arch/sh/include/uapi/asm/setup.h
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
> -#include <asm-generic/setup.h>
> diff --git a/arch/sh/include/uapi/asm/types.h b/arch/sh/include/uapi/asm/types.h
> deleted file mode 100644
> index 68100e108ea6..000000000000
> --- a/arch/sh/include/uapi/asm/types.h
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
> -#include <asm-generic/types.h>
> --
> 2.17.1
>
Applied sh-next.
Thanks.
--
Yosinori Sato
WARNING: multiple messages have this Message-ID (diff)
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Rich Felker <dalias@libc.org>,
linux-sh@vger.kernel.org,
Andrew Morton <akpm@linux-foundation.org>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Simon Horman <horms+renesas@verge.net.au>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] sh: remove unneeded uapi asm-generic wrappers
Date: Sat, 27 Jul 2019 22:47:10 +0900 [thread overview]
Message-ID: <87o91fpp29.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <20190723113036.14576-1-yamada.masahiro@socionext.com>
On Tue, 23 Jul 2019 20:30:36 +0900,
Masahiro Yamada wrote:
>
> These are listed in include/uapi/asm-generic/Kbuild, so Kbuild will
> automatically generate them.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> arch/sh/include/uapi/asm/setup.h | 2 --
> arch/sh/include/uapi/asm/types.h | 2 --
> 2 files changed, 4 deletions(-)
> delete mode 100644 arch/sh/include/uapi/asm/setup.h
> delete mode 100644 arch/sh/include/uapi/asm/types.h
>
> diff --git a/arch/sh/include/uapi/asm/setup.h b/arch/sh/include/uapi/asm/setup.h
> deleted file mode 100644
> index 4bd19f80f9b0..000000000000
> --- a/arch/sh/include/uapi/asm/setup.h
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
> -#include <asm-generic/setup.h>
> diff --git a/arch/sh/include/uapi/asm/types.h b/arch/sh/include/uapi/asm/types.h
> deleted file mode 100644
> index 68100e108ea6..000000000000
> --- a/arch/sh/include/uapi/asm/types.h
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
> -#include <asm-generic/types.h>
> --
> 2.17.1
>
Applied sh-next.
Thanks.
--
Yosinori Sato
next prev parent reply other threads:[~2019-07-27 13:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-23 11:30 [PATCH] sh: remove unneeded uapi asm-generic wrappers Masahiro Yamada
2019-07-23 11:30 ` Masahiro Yamada
2019-07-27 13:47 ` Yoshinori Sato [this message]
2019-07-27 13:47 ` Yoshinori Sato
2019-09-30 10:08 ` Masahiro Yamada
2019-09-30 10:08 ` Masahiro Yamada
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=87o91fpp29.wl-ysato@users.sourceforge.jp \
--to=ysato@users.sourceforge.jp \
--cc=akpm@linux-foundation.org \
--cc=dalias@libc.org \
--cc=horms+renesas@verge.net.au \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=yamada.masahiro@socionext.com \
/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.