From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Nilsson Subject: Re: [PATCH 03/24] cris/uapi: Use Kbuild logic to provide Date: Mon, 25 Nov 2013 10:03:23 +0100 Message-ID: <20131125090323.GV15831@axis.com> References: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> <1385369734-24893-4-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ra.se.axis.com ([195.60.68.13]:52152 "EHLO ra.se.axis.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754300Ab3KYJDZ (ORCPT ); Mon, 25 Nov 2013 04:03:25 -0500 Content-Disposition: inline In-Reply-To: <1385369734-24893-4-git-send-email-geert@linux-m68k.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Geert Uytterhoeven Cc: Arnd Bergmann , "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Mikael Starvik , Jesper Nilsson , linux-cris-kernel On Mon, Nov 25, 2013 at 09:55:13AM +0100, Geert Uytterhoeven wrote: > Uapi just includes > > Signed-off-by: Geert Uytterhoeven > Cc: Mikael Starvik Acked-by: Jesper Nilsson > Cc: linux-cris-kernel@axis.com > --- > arch/cris/include/uapi/asm/Kbuild | 3 ++- > arch/cris/include/uapi/asm/types.h | 1 - > 2 files changed, 2 insertions(+), 2 deletions(-) > delete mode 100644 arch/cris/include/uapi/asm/types.h > > diff --git a/arch/cris/include/uapi/asm/Kbuild b/arch/cris/include/uapi/asm/Kbuild > index 7d47b366ad82..4d925e6cce72 100644 > --- a/arch/cris/include/uapi/asm/Kbuild > +++ b/arch/cris/include/uapi/asm/Kbuild > @@ -1,6 +1,8 @@ > # UAPI Header export list > include include/uapi/asm-generic/Kbuild.asm > > +generic-y += types.h > + > header-y += arch-v10/ > header-y += arch-v32/ > header-y += auxvec.h > @@ -35,5 +37,4 @@ header-y += swab.h > header-y += sync_serial.h > header-y += termbits.h > header-y += termios.h > -header-y += types.h > header-y += unistd.h > diff --git a/arch/cris/include/uapi/asm/types.h b/arch/cris/include/uapi/asm/types.h > deleted file mode 100644 > index 9ec9d4c5ac4d..000000000000 > --- a/arch/cris/include/uapi/asm/types.h > +++ /dev/null > @@ -1 +0,0 @@ > -#include > -- > 1.7.9.5 /^JN - Jesper Nilsson -- Jesper Nilsson -- jesper.nilsson@axis.com