All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Sam Ravnborg <sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org>,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
Cc: lkml <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-arch <linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-metag <linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH 23/38] metag: clean-up uapi Kbuild file
Date: Tue, 15 Jul 2014 10:22:14 +0100	[thread overview]
Message-ID: <53C4F2C6.8050303@imgtec.com> (raw)
In-Reply-To: <1405350546-28467-23-git-send-email-sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org>

On 14/07/14 16:08, Sam Ravnborg wrote:
> Remove redundant assignments.
> 
> Signed-off-by: Sam Ravnborg <sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org>
> Cc: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>

Acked-by: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>

Thanks!
James

> ---
>  arch/metag/include/uapi/asm/Kbuild | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
> 
> diff --git a/arch/metag/include/uapi/asm/Kbuild b/arch/metag/include/uapi/asm/Kbuild
> index ab78be2..1f7f43f 100644
> --- a/arch/metag/include/uapi/asm/Kbuild
> +++ b/arch/metag/include/uapi/asm/Kbuild
> @@ -1,14 +1,9 @@
>  # UAPI Header export list
>  include include/uapi/asm-generic/Kbuild.asm
>  
> -header-y += byteorder.h
>  header-y += ech.h
> -header-y += ptrace.h
> -header-y += sigcontext.h
> -header-y += siginfo.h
> -header-y += swab.h
> -header-y += unistd.h
>  
> +# Wrappers from asm-generic
>  generic-y += mman.h
>  generic-y += resource.h
>  generic-y += setup.h
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-metag" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Sam Ravnborg <sam@ravnborg.org>, Arnd Bergmann <arnd@arndb.de>
Cc: lkml <linux-kernel@vger.kernel.org>,
	linux-arch <linux-arch@vger.kernel.org>,
	linux-metag <linux-metag@vger.kernel.org>
Subject: Re: [PATCH 23/38] metag: clean-up uapi Kbuild file
Date: Tue, 15 Jul 2014 10:22:14 +0100	[thread overview]
Message-ID: <53C4F2C6.8050303@imgtec.com> (raw)
Message-ID: <20140715092214.vRHY1Acoe7GzfEH7H7ZkwkV3gRI-O70CnwRJ3SR4qjo@z> (raw)
In-Reply-To: <1405350546-28467-23-git-send-email-sam@ravnborg.org>

On 14/07/14 16:08, Sam Ravnborg wrote:
> Remove redundant assignments.
> 
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
> Cc: James Hogan <james.hogan@imgtec.com>

Acked-by: James Hogan <james.hogan@imgtec.com>

Thanks!
James

> ---
>  arch/metag/include/uapi/asm/Kbuild | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
> 
> diff --git a/arch/metag/include/uapi/asm/Kbuild b/arch/metag/include/uapi/asm/Kbuild
> index ab78be2..1f7f43f 100644
> --- a/arch/metag/include/uapi/asm/Kbuild
> +++ b/arch/metag/include/uapi/asm/Kbuild
> @@ -1,14 +1,9 @@
>  # UAPI Header export list
>  include include/uapi/asm-generic/Kbuild.asm
>  
> -header-y += byteorder.h
>  header-y += ech.h
> -header-y += ptrace.h
> -header-y += sigcontext.h
> -header-y += siginfo.h
> -header-y += swab.h
> -header-y += unistd.h
>  
> +# Wrappers from asm-generic
>  generic-y += mman.h
>  generic-y += resource.h
>  generic-y += setup.h
> 

  parent reply	other threads:[~2014-07-15  9:22 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-14 15:06 [RFC PATCH 0/38] clean-up uapi + asm-generic Kbuild files Sam Ravnborg
2014-07-14 15:08 ` [PATCH 01/38] cris: fix headers_install Sam Ravnborg
2014-07-14 15:08   ` [PATCH 02/38] openrisc: drop ucontext from list exported headers Sam Ravnborg
2014-07-14 15:08     ` Sam Ravnborg
2014-07-14 15:08   ` [PATCH 03/38] hexagon: " Sam Ravnborg
2014-07-28 16:19     ` rkuo
2014-07-14 15:08   ` [PATCH 04/38] score: drop irrelevant assignment from Kbuild file Sam Ravnborg
2014-07-15 13:57     ` Lennox Wu
2014-07-14 15:08   ` [PATCH 05/38] tile: clean up Kbuild files Sam Ravnborg
2014-07-17 19:41     ` Chris Metcalf
2014-07-14 15:08   ` [PATCH 06/38] x86: clean-up Kbuild file - drop unused assignments Sam Ravnborg
2014-07-14 22:50     ` H. Peter Anvin
2014-07-14 15:08   ` [PATCH 07/38] Delete unused Kbuild files in include/* Sam Ravnborg
2014-07-15  9:06     ` James Hogan
2014-07-15  9:19       ` Sam Ravnborg
2014-07-14 15:08   ` [PATCH 08/38] kbuild: drop support for non uapi Kbuild files in headers_install Sam Ravnborg
2014-07-14 15:08   ` [PATCH 09/38] uapi: check for optional files which are generated Sam Ravnborg
2014-07-14 15:08   ` [PATCH 10/38] uapi: drop obsolete logic for generated headers Sam Ravnborg
2014-07-14 15:08   ` [PATCH 11/38] alpha: clean-up uapi Kbuild file Sam Ravnborg
2014-07-14 15:08   ` [PATCH 12/38] arm: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 13/38] arm64: " Sam Ravnborg
2014-07-14 17:02     ` Catalin Marinas
2014-07-15 10:14     ` James Hogan
2014-07-14 15:08   ` [PATCH 14/38] avr32: " Sam Ravnborg
2014-07-14 17:53     ` Hans-Christian Egtvedt
2014-07-14 15:08   ` [PATCH 15/38] blackfin: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 16/38] c6x: " Sam Ravnborg
2014-07-14 20:40     ` Mark Salter
2014-07-14 15:08   ` [PATCH 17/38] cris: " Sam Ravnborg
2014-08-11  5:35     ` Mikael Starvik
2014-09-03 11:23     ` Jesper Nilsson
2014-07-14 15:08   ` [PATCH 18/38] frv: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 19/38] hexagon: " Sam Ravnborg
2014-07-28 16:19     ` rkuo
2014-07-14 15:08   ` [PATCH 20/38] ia64: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 21/38] m32r: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 22/38] m68k: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 23/38] metag: " Sam Ravnborg
     [not found]     ` <1405350546-28467-23-git-send-email-sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org>
2014-07-15  9:22       ` James Hogan [this message]
2014-07-15  9:22         ` James Hogan
2014-07-14 15:08   ` [PATCH 24/38] microblaze: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 25/38] mips: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 26/38] mn10300: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 27/38] openrisc: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 28/38] parisc: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 29/38] powerpc: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 30/38] s390: " Sam Ravnborg
2014-07-14 15:08   ` [PATCH 31/38] score: " Sam Ravnborg
2014-07-18 15:19     ` Lennox Wu
2014-07-14 15:09   ` [PATCH 32/38] sh: " Sam Ravnborg
2014-07-14 15:09   ` [PATCH 33/38] sparc: " Sam Ravnborg
2014-07-14 20:02     ` David Miller
2014-07-14 15:09   ` [PATCH 34/38] tile: " Sam Ravnborg
2014-07-17 19:44     ` Chris Metcalf
2014-07-14 15:09   ` [PATCH 35/38] unicore32: " Sam Ravnborg
2014-07-15 10:53     ` James Hogan
2014-07-15 11:07       ` Sam Ravnborg
2014-07-14 15:09   ` [PATCH 36/38] x86: " Sam Ravnborg
2014-07-14 22:52     ` H. Peter Anvin
2014-07-14 15:09   ` [PATCH 37/38] xtensa: " Sam Ravnborg
2014-07-14 15:09   ` [PATCH 38/38] asm-generic: introduc Kbuild.generic Sam Ravnborg
2014-07-15  7:03     ` Arnd Bergmann
2014-07-17 10:38       ` Sam Ravnborg
2014-07-17 10:50         ` Arnd Bergmann
2014-08-11  5:35   ` [PATCH 01/38] cris: fix headers_install Mikael Starvik
2014-09-03 11:22   ` Jesper Nilsson
2014-07-14 15:34 ` [RFC PATCH 0/38] clean-up uapi + asm-generic Kbuild files Arnd Bergmann
2014-07-14 22:14   ` Sam Ravnborg

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=53C4F2C6.8050303@imgtec.com \
    --to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.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.