linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: remove unneeded uapi asm-generic wrappers
@ 2019-07-23 11:30 Masahiro Yamada
  2019-07-27 13:47 ` Yoshinori Sato
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2019-07-23 11:30 UTC (permalink / raw)
  To: Yoshinori Sato, Rich Felker, linux-sh
  Cc: Masahiro Yamada, Andrew Morton, Kuninori Morimoto, Simon Horman,
	linux-kernel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] sh: remove unneeded uapi asm-generic wrappers
  2019-07-23 11:30 [PATCH] sh: remove unneeded uapi asm-generic wrappers Masahiro Yamada
@ 2019-07-27 13:47 ` Yoshinori Sato
  2019-09-30 10:08   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Yoshinori Sato @ 2019-07-27 13:47 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Rich Felker, linux-sh, Andrew Morton, Kuninori Morimoto,
	Simon Horman, linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] sh: remove unneeded uapi asm-generic wrappers
  2019-07-27 13:47 ` Yoshinori Sato
@ 2019-09-30 10:08   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2019-09-30 10:08 UTC (permalink / raw)
  To: Yoshinori Sato
  Cc: Rich Felker, Linux-sh list, Andrew Morton, Kuninori Morimoto,
	Simon Horman, Linux Kernel Mailing List

Hi Sato-san,

On Sat, Jul 27, 2019 at 10:47 PM Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
>
> 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


I think you have not sent pull requests for sh or h8300.
Would you send ones in this MW?

-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-09-30 10:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-23 11:30 [PATCH] sh: remove unneeded uapi asm-generic wrappers Masahiro Yamada
2019-07-27 13:47 ` Yoshinori Sato
2019-09-30 10:08   ` Masahiro Yamada

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