From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH 08/24] parisc/uapi: Use Kbuild logic to provide Date: Mon, 25 Nov 2013 09:55:18 +0100 Message-ID: <1385369734-24893-9-git-send-email-geert@linux-m68k.org> References: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> Cc: linux-kernel@vger.kernel.org, Geert Uytterhoeven , "James E.J. Bottomley" , Helge Deller , linux-parisc@vger.kernel.org To: Arnd Bergmann , linux-arch@vger.kernel.org Return-path: In-Reply-To: <1385369734-24893-1-git-send-email-geert@linux-m68k.org> List-ID: List-Id: linux-parisc.vger.kernel.org Uapi just includes Signed-off-by: Geert Uytterhoeven Cc: "James E.J. Bottomley" Cc: Helge Deller Cc: linux-parisc@vger.kernel.org --- arch/parisc/include/uapi/asm/Kbuild | 3 ++- arch/parisc/include/uapi/asm/types.h | 6 ------ 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 arch/parisc/include/uapi/asm/types.h diff --git a/arch/parisc/include/uapi/asm/Kbuild b/arch/parisc/include/uapi/asm/Kbuild index a580642555b6..e0da93254186 100644 --- a/arch/parisc/include/uapi/asm/Kbuild +++ b/arch/parisc/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 += bitsperlong.h header-y += byteorder.h header-y += errno.h @@ -27,5 +29,4 @@ header-y += statfs.h header-y += swab.h header-y += termbits.h header-y += termios.h -header-y += types.h header-y += unistd.h diff --git a/arch/parisc/include/uapi/asm/types.h b/arch/parisc/include/uapi/asm/types.h deleted file mode 100644 index 8866f9bbdeaf..000000000000 --- a/arch/parisc/include/uapi/asm/types.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _PARISC_TYPES_H -#define _PARISC_TYPES_H - -#include - -#endif -- 1.7.9.5