[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <3162962.COsNxdSb45@wuerfel>
Date: Mon, 09 Jan 2017 12:33:46 +0100
From: Arnd Bergmann <arnd@...db.de>
To: linuxppc-dev@...ts.ozlabs.org, linux-kbuild@...r.kernel.org
Cc: Nicolas Dichtel <nicolas.dichtel@...nd.com>,
linux-mips@...ux-mips.org, alsa-devel@...a-project.org,
linux-ia64@...r.kernel.org, linux-doc@...r.kernel.org,
airlied@...ux.ie, linux-fbdev@...r.kernel.org,
dri-devel@...ts.freedesktop.org, linux-mtd@...ts.infradead.org,
sparclinux@...r.kernel.org, linux-arch@...r.kernel.org,
linux-s390@...r.kernel.org, linux-am33-list@...hat.com,
linux-c6x-dev@...ux-c6x.org, linux-rdma@...r.kernel.org,
linux-hexagon@...r.kernel.org, linux-sh@...r.kernel.org,
coreteam@...filter.org, fcoe-devel@...n-fcoe.org,
xen-devel@...ts.xenproject.org, linux-snps-arc@...ts.infradead.org,
linux-media@...r.kernel.org, uclinux-h8-devel@...ts.sourceforge.jp,
adi-buildroot-devel@...ts.sourceforge.net,
linux-raid@...r.kernel.org, linux-m68k@...ts.linux-m68k.org,
openrisc@...ts.librecores.org, linux-metag@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-nfs@...r.kernel.org,
linux-parisc@...r.kernel.org, linux-cris-kernel@...s.com,
netdev@...r.kernel.org, linux-mmc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-spi@...r.kernel.org,
mmarek@...e.com, netfilter-devel@...r.kernel.org,
linux-alpha@...r.kernel.org, nios2-dev@...ts.rocketboards.org,
davem@...emloft.net
Subject: Re: [PATCH v2 3/7] nios2: put setup.h in uapi
On Friday, January 6, 2017 10:43:55 AM CET Nicolas Dichtel wrote:
> diff --git a/arch/nios2/include/uapi/asm/setup.h b/arch/nios2/include/uapi/asm/setup.h
> new file mode 100644
> index 000000000000..8d8285997ba8
> --- /dev/null
> +++ b/arch/nios2/include/uapi/asm/setup.h
> @@ -0,0 +1,6 @@
> +#ifndef _UAPI_ASM_NIOS2_SETUP_H
> +#define _UAPI_ASM_NIOS2_SETUP_H
> +
> +#include <asm-generic/setup.h>
> +
> +#endif /* _UAPI_ASM_NIOS2_SETUP_H */
>
This one is only a redirect to an asm-generic header, so it can be
removed completely and replaced with a line in the
arch/nios2/include/uapi/asm/ file:
generic-y += setup.h
Arnd
Powered by blists - more mailing lists