diff mbox series

csky: remove meaningless header-y

Message ID 1544976205-18762-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit dc3e0896003ee9b3bcc34c53965dc4bbc8671c44
Headers show
Series csky: remove meaningless header-y | expand

Commit Message

Masahiro Yamada Dec. 16, 2018, 4:03 p.m. UTC
Since commit fcc8487d477a ("uapi: export all headers under uapi
directories"), header-y is meaningless because headers under uapi
are all exported.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

---

 arch/csky/include/uapi/asm/Kbuild | 2 --
 1 file changed, 2 deletions(-)

-- 
2.7.4

Comments

Masahiro Yamada Jan. 3, 2019, 12:36 a.m. UTC | #1
On Mon, Dec 17, 2018 at 1:07 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>

> Since commit fcc8487d477a ("uapi: export all headers under uapi

> directories"), header-y is meaningless because headers under uapi

> are all exported.

>

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> ---


Applied to linux-kbuild.



>  arch/csky/include/uapi/asm/Kbuild | 2 --

>  1 file changed, 2 deletions(-)

>

> diff --git a/arch/csky/include/uapi/asm/Kbuild b/arch/csky/include/uapi/asm/Kbuild

> index e02fd44e..7449fde 100644

> --- a/arch/csky/include/uapi/asm/Kbuild

> +++ b/arch/csky/include/uapi/asm/Kbuild

> @@ -1,7 +1,5 @@

>  include include/uapi/asm-generic/Kbuild.asm

>

> -header-y += cachectl.h

> -

>  generic-y += auxvec.h

>  generic-y += param.h

>  generic-y += bpf_perf_event.h

> --

> 2.7.4

>



-- 
Best Regards
Masahiro Yamada
Masahiro Yamada Jan. 3, 2019, 1 a.m. UTC | #2
On Thu, Jan 3, 2019 at 9:36 AM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>

> On Mon, Dec 17, 2018 at 1:07 AM Masahiro Yamada

> <yamada.masahiro@socionext.com> wrote:

> >

> > Since commit fcc8487d477a ("uapi: export all headers under uapi

> > directories"), header-y is meaningless because headers under uapi

> > are all exported.

> >

> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

> > ---

>

> Applied to linux-kbuild.



I take it back.

I found Guo Ren had already applied it.




>

> >  arch/csky/include/uapi/asm/Kbuild | 2 --

> >  1 file changed, 2 deletions(-)

> >

> > diff --git a/arch/csky/include/uapi/asm/Kbuild b/arch/csky/include/uapi/asm/Kbuild

> > index e02fd44e..7449fde 100644

> > --- a/arch/csky/include/uapi/asm/Kbuild

> > +++ b/arch/csky/include/uapi/asm/Kbuild

> > @@ -1,7 +1,5 @@

> >  include include/uapi/asm-generic/Kbuild.asm

> >

> > -header-y += cachectl.h

> > -

> >  generic-y += auxvec.h

> >  generic-y += param.h

> >  generic-y += bpf_perf_event.h

> > --

> > 2.7.4

> >

>

>

> --

> Best Regards

> Masahiro Yamada




-- 
Best Regards
Masahiro Yamada
diff mbox series

Patch

diff --git a/arch/csky/include/uapi/asm/Kbuild b/arch/csky/include/uapi/asm/Kbuild
index e02fd44e..7449fde 100644
--- a/arch/csky/include/uapi/asm/Kbuild
+++ b/arch/csky/include/uapi/asm/Kbuild
@@ -1,7 +1,5 @@ 
 include include/uapi/asm-generic/Kbuild.asm
 
-header-y += cachectl.h
-
 generic-y += auxvec.h
 generic-y += param.h
 generic-y += bpf_perf_event.h