From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: [PATCH 2/4] arm64: Automatically generate UAPI stat.h and unistd.h headers Date: Thu, 11 Oct 2012 17:18:03 +0100 Message-ID: <1349972285-22830-3-git-send-email-catalin.marinas@arm.com> References: <1349972285-22830-1-git-send-email-catalin.marinas@arm.com> Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from service87.mimecast.com ([91.220.42.44]:33032 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756399Ab2JKQSO (ORCPT ); Thu, 11 Oct 2012 12:18:14 -0400 In-Reply-To: <1349972285-22830-1-git-send-email-catalin.marinas@arm.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: David Howells This headers simply include the corresponding asm-generic files, they can be automatically generated. Signed-off-by: Catalin Marinas --- arch/arm64/include/uapi/asm/Kbuild | 5 +++-- arch/arm64/include/uapi/asm/stat.h | 16 ---------------- arch/arm64/include/uapi/asm/unistd.h | 16 ---------------- 3 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 arch/arm64/include/uapi/asm/stat.h delete mode 100644 arch/arm64/include/uapi/asm/unistd.h diff --git a/arch/arm64/include/uapi/asm/Kbuild b/arch/arm64/include/uapi/a= sm/Kbuild index ca5b65f..d459ddf 100644 --- a/arch/arm64/include/uapi/asm/Kbuild +++ b/arch/arm64/include/uapi/asm/Kbuild @@ -12,6 +12,7 @@ header-y +=3D setup.h header-y +=3D sigcontext.h header-y +=3D siginfo.h header-y +=3D signal.h -header-y +=3D stat.h header-y +=3D statfs.h -header-y +=3D unistd.h + +generic-y +=3D stat.h +generic-y +=3D unistd.h diff --git a/arch/arm64/include/uapi/asm/stat.h b/arch/arm64/include/uapi/a= sm/stat.h deleted file mode 100644 index eeb702e..0000000 --- a/arch/arm64/include/uapi/asm/stat.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2012 ARM Ltd. - * - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -#include diff --git a/arch/arm64/include/uapi/asm/unistd.h b/arch/arm64/include/uapi= /asm/unistd.h deleted file mode 100644 index 1caadc2..0000000 --- a/arch/arm64/include/uapi/asm/unistd.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2012 ARM Ltd. - * - * 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -#include