From patchwork Wed Mar 18 17:08:35 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Remis Lima Baima X-Patchwork-Id: 12871 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n2IHF81T027648 for ; Wed, 18 Mar 2009 17:15:08 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751277AbZCRRPI (ORCPT ); Wed, 18 Mar 2009 13:15:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751860AbZCRRPI (ORCPT ); Wed, 18 Mar 2009 13:15:08 -0400 Received: from mail-ew0-f165.google.com ([209.85.219.165]:60623 "EHLO mail-ew0-f165.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685AbZCRRPG (ORCPT ); Wed, 18 Mar 2009 13:15:06 -0400 X-Greylist: delayed 379 seconds by postgrey-1.27 at vger.kernel.org; Wed, 18 Mar 2009 13:15:06 EDT Received: by ewy9 with SMTP id 9so122750ewy.37 for ; Wed, 18 Mar 2009 10:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=z7Vzq5WlcdkFEVfuFhBnj3nGh2MF/n9BzkaORPB1QgE=; b=PegrldKKbTXp0USFEVBDS4zUdi7RgINbouQgA4CvrswXnO5ly/ZOB93V0B1U8nd2C6 Xsv5sivHfEdTLBQHkqEpmZqepiM9miKoC2cehh0OLEm6HQ8XhLITnkLKZbuWUj7g0Z4t GQyOCAFWQqIJeKSYRTCVORZSRWIFA51c5EPac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=DlELfsy2Nr2gu9hZ0OVYqTBr/gdc+bIK08di9nAcBVMOt4dFW1+9eEzm3QAdcmt9jP xiG63bN/nfEDqAJPwO9KrWPvzENy0jEg+Nz24iPOL9hTrF+Ef+Hw4zOl3P+G/pBohTh5 XIXvgDIigwK/u6q8scWDQCs3FY4Qc142H4bPs= Received: by 10.216.8.65 with SMTP id 43mr652846weq.168.1237396123791; Wed, 18 Mar 2009 10:08:43 -0700 (PDT) Received: from localhost (blueice2n1.de.ibm.com [195.212.29.171]) by mx.google.com with ESMTPS id 5sm328284eyf.42.2009.03.18.10.08.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Mar 2009 10:08:43 -0700 (PDT) From: Remis Lima Baima To: sam@ravnborg.org Cc: linux-kbuild@vger.kernel.org, Remis Lima Baima Subject: [PATCH 2/2] Apply generic headers for x86 Date: Wed, 18 Mar 2009 18:08:35 +0100 Message-Id: <1237396115-28674-3-git-send-email-remis.developer@googlemail.com> X-Mailer: git-send-email 1.5.6.3 In-Reply-To: <1237396115-28674-2-git-send-email-remis.developer@googlemail.com> References: <20090312153150.GA11875@uranus.ravnborg.org> <1237396115-28674-1-git-send-email-remis.developer@googlemail.com> <1237396115-28674-2-git-send-email-remis.developer@googlemail.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org This patch depends on patch 7354857901f03bd27db16bf8c34958dd1673a95a ("Create the infrastructure for generic headers"). Remove the dummy arch/x86/include/asm/XXX.h files. Signed-off-by: Remis Lima Baima --- arch/x86/include/asm/cputime.h | 1 - arch/x86/include/asm/errno.h | 1 - arch/x86/include/asm/fcntl.h | 1 - arch/x86/include/asm/ioctl.h | 1 - arch/x86/include/asm/poll.h | 1 - arch/x86/include/asm/resource.h | 1 - arch/x86/include/asm/rtc.h | 1 - arch/x86/include/asm/sections.h | 1 - 8 files changed, 0 insertions(+), 8 deletions(-) delete mode 100644 arch/x86/include/asm/cputime.h delete mode 100644 arch/x86/include/asm/errno.h delete mode 100644 arch/x86/include/asm/fcntl.h delete mode 100644 arch/x86/include/asm/ioctl.h delete mode 100644 arch/x86/include/asm/poll.h delete mode 100644 arch/x86/include/asm/resource.h delete mode 100644 arch/x86/include/asm/rtc.h delete mode 100644 arch/x86/include/asm/sections.h diff --git a/arch/x86/include/asm/cputime.h b/arch/x86/include/asm/cputime.h deleted file mode 100644 index 6d68ad7..0000000 --- a/arch/x86/include/asm/cputime.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/errno.h b/arch/x86/include/asm/errno.h deleted file mode 100644 index 4c82b50..0000000 --- a/arch/x86/include/asm/errno.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/fcntl.h b/arch/x86/include/asm/fcntl.h deleted file mode 100644 index 46ab12d..0000000 --- a/arch/x86/include/asm/fcntl.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/ioctl.h b/arch/x86/include/asm/ioctl.h deleted file mode 100644 index b279fe0..0000000 --- a/arch/x86/include/asm/ioctl.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/poll.h b/arch/x86/include/asm/poll.h deleted file mode 100644 index c98509d..0000000 --- a/arch/x86/include/asm/poll.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/resource.h b/arch/x86/include/asm/resource.h deleted file mode 100644 index 04bc4db..0000000 --- a/arch/x86/include/asm/resource.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/rtc.h b/arch/x86/include/asm/rtc.h deleted file mode 100644 index f71c3b0..0000000 --- a/arch/x86/include/asm/rtc.h +++ /dev/null @@ -1 +0,0 @@ -#include diff --git a/arch/x86/include/asm/sections.h b/arch/x86/include/asm/sections.h deleted file mode 100644 index 2b8c516..0000000 --- a/arch/x86/include/asm/sections.h +++ /dev/null @@ -1 +0,0 @@ -#include