From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans-Christian Egtvedt Subject: Re: [PATCH 02/24] avr32/uapi: Use Kbuild logic to provide Date: Mon, 25 Nov 2013 10:07:10 +0100 Message-ID: <20131125090710.GA13358@samfundet.no> References: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> <1385369734-24893-3-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1385369734-24893-3-git-send-email-geert@linux-m68k.org> Sender: linux-kernel-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Arnd Bergmann , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Haavard Skinnemoen List-Id: linux-arch.vger.kernel.org Around Mon 25 Nov 2013 09:55:12 +0100 or thereabout, Geert Uytterhoeven wrote: > Uapi just includes > Thanks for cleaning. > Signed-off-by: Geert Uytterhoeven > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/uapi/asm/Kbuild | 2 +- > arch/avr32/include/uapi/asm/types.h | 13 ------------- > 2 files changed, 1 insertion(+), 14 deletions(-) > delete mode 100644 arch/avr32/include/uapi/asm/types.h > > diff --git a/arch/avr32/include/uapi/asm/Kbuild b/arch/avr32/include/uapi/asm/Kbuild > index 08d8a3d76ea8..1598223f0bfc 100644 > --- a/arch/avr32/include/uapi/asm/Kbuild > +++ b/arch/avr32/include/uapi/asm/Kbuild > @@ -19,7 +19,6 @@ header-y += stat.h > header-y += swab.h > header-y += termbits.h > header-y += termios.h > -header-y += types.h > header-y += unistd.h > generic-y += bitsperlong.h > generic-y += errno.h > @@ -34,3 +33,4 @@ generic-y += poll.h > generic-y += resource.h > generic-y += siginfo.h > generic-y += statfs.h > +generic-y += types.h > diff --git a/arch/avr32/include/uapi/asm/types.h b/arch/avr32/include/uapi/asm/types.h > deleted file mode 100644 > index 7c986c4e99b5..000000000000 > --- a/arch/avr32/include/uapi/asm/types.h > +++ /dev/null > @@ -1,13 +0,0 @@ > -/* > - * Copyright (C) 2004-2006 Atmel Corporation > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - */ > -#ifndef _UAPI__ASM_AVR32_TYPES_H > -#define _UAPI__ASM_AVR32_TYPES_H > - > -#include > - > -#endif /* _UAPI__ASM_AVR32_TYPES_H */ -- mvh Hans-Christian Egtvedt From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cassarossa.samfundet.no ([193.35.52.29]:50512 "EHLO cassarossa.samfundet.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752631Ab3KYJHO (ORCPT ); Mon, 25 Nov 2013 04:07:14 -0500 Date: Mon, 25 Nov 2013 10:07:10 +0100 From: Hans-Christian Egtvedt Subject: Re: [PATCH 02/24] avr32/uapi: Use Kbuild logic to provide Message-ID: <20131125090710.GA13358@samfundet.no> References: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> <1385369734-24893-3-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385369734-24893-3-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, Haavard Skinnemoen Message-ID: <20131125090710.EWMLC4QCezndsGLFIUOekqANbYT8NFdt-LlX5t_4N_0@z> Around Mon 25 Nov 2013 09:55:12 +0100 or thereabout, Geert Uytterhoeven wrote: > Uapi just includes > Thanks for cleaning. > Signed-off-by: Geert Uytterhoeven > Cc: Haavard Skinnemoen > Cc: Hans-Christian Egtvedt Acked-by: Hans-Christian Egtvedt > --- > arch/avr32/include/uapi/asm/Kbuild | 2 +- > arch/avr32/include/uapi/asm/types.h | 13 ------------- > 2 files changed, 1 insertion(+), 14 deletions(-) > delete mode 100644 arch/avr32/include/uapi/asm/types.h > > diff --git a/arch/avr32/include/uapi/asm/Kbuild b/arch/avr32/include/uapi/asm/Kbuild > index 08d8a3d76ea8..1598223f0bfc 100644 > --- a/arch/avr32/include/uapi/asm/Kbuild > +++ b/arch/avr32/include/uapi/asm/Kbuild > @@ -19,7 +19,6 @@ header-y += stat.h > header-y += swab.h > header-y += termbits.h > header-y += termios.h > -header-y += types.h > header-y += unistd.h > generic-y += bitsperlong.h > generic-y += errno.h > @@ -34,3 +33,4 @@ generic-y += poll.h > generic-y += resource.h > generic-y += siginfo.h > generic-y += statfs.h > +generic-y += types.h > diff --git a/arch/avr32/include/uapi/asm/types.h b/arch/avr32/include/uapi/asm/types.h > deleted file mode 100644 > index 7c986c4e99b5..000000000000 > --- a/arch/avr32/include/uapi/asm/types.h > +++ /dev/null > @@ -1,13 +0,0 @@ > -/* > - * Copyright (C) 2004-2006 Atmel Corporation > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - */ > -#ifndef _UAPI__ASM_AVR32_TYPES_H > -#define _UAPI__ASM_AVR32_TYPES_H > - > -#include > - > -#endif /* _UAPI__ASM_AVR32_TYPES_H */ -- mvh Hans-Christian Egtvedt