diff mbox series

sh: remove unneeded uapi asm-generic wrappers

Message ID 20190723113036.14576-1-yamada.masahiro@socionext.com
State Accepted
Commit 7d538b5a1ddf79c17d9fd4ce7a5009d11978d350
Headers show
Series sh: remove unneeded uapi asm-generic wrappers | expand

Commit Message

Masahiro Yamada July 23, 2019, 11:30 a.m. UTC
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

-- 
2.17.1

Comments

Yoshinori Sato July 27, 2019, 1:47 p.m. UTC | #1
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
Masahiro Yamada Sept. 30, 2019, 10:08 a.m. UTC | #2
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
diff mbox series

Patch

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>