From patchwork Sun Sep 22 16:43:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ard Biesheuvel X-Patchwork-Id: 2924621 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id CA479BFF05 for ; Sun, 22 Sep 2013 16:44:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0B1582052F for ; Sun, 22 Sep 2013 16:44:58 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E4D9420529 for ; Sun, 22 Sep 2013 16:44:56 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VNmm9-0000Mh-GK; Sun, 22 Sep 2013 16:44:49 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VNmm6-0003ki-Ui; Sun, 22 Sep 2013 16:44:46 +0000 Received: from mail-we0-f173.google.com ([74.125.82.173]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VNmm4-0003jk-R1 for linux-arm-kernel@lists.infradead.org; Sun, 22 Sep 2013 16:44:45 +0000 Received: by mail-we0-f173.google.com with SMTP id w62so2208018wes.18 for ; Sun, 22 Sep 2013 09:44:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=JGRKE3btonKbLt/xVpxdxeSfwO9/I0jOS8pVhzgdudQ=; b=OoOXInC55vOLeu0y6tEBVGZFAZ4mlota94BKjs9WQ85Z1AfdotYgEseDFsDqUmOVFC kTqWQxLQhxWwIOOMzmwq9t8VHg/aaw8Sbmlvx17qrYDdG/nsbx2xAtBBYEewWir6LRe4 K4xx1BQcGTifTJtvrfjQ0wdPibhqtw3GucyN95LHm9KV94flcKJhagHpXv/JyoTS2yXn UQ3m6AfWHm48I4hptq+vGWW74k/SFpT04YgmLk7g2EdXh+WQV812pTeHw05+3B8y5QTl sFHdVhFUuaFnUFEZsL6w1GHpzxxjfr3FkVJdhSMKNuGemkm7Y0YfitCW0fKzaQMp9qYD np2A== X-Gm-Message-State: ALoCoQmFMJn8LW+CZEqGJcLOH3p1vf7l4bh1qeKeTALq8pRLmlmd8PaQduiDlGF2ameHsOrQjI6Y X-Received: by 10.194.85.198 with SMTP id j6mr87407wjz.51.1379868262904; Sun, 22 Sep 2013 09:44:22 -0700 (PDT) Received: from ards-mac-mini.local (cag06-7-83-153-85-71.fbx.proxad.net. [83.153.85.71]) by mx.google.com with ESMTPSA id fb9sm19731370wid.7.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Sep 2013 09:44:22 -0700 (PDT) From: Ard Biesheuvel To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: drop from generic-y Date: Sun, 22 Sep 2013 18:43:35 +0200 Message-Id: <1379868215-15270-1-git-send-email-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 1.8.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130922_124444_988954_1C0AD645 X-CRM114-Status: UNSURE ( 8.82 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) Cc: linux@arm.linux.org.uk, Ard Biesheuvel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit 09096f6 introduced an ARM specific to work around some ambiguities in the definitions of 32 bit types. Hence, we will not be needing the generic version anymore. Signed-off-by: Ard Biesheuvel --- arch/arm/include/asm/Kbuild | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/include/asm/Kbuild b/arch/arm/include/asm/Kbuild index d3db398..59ceae8 100644 --- a/arch/arm/include/asm/Kbuild +++ b/arch/arm/include/asm/Kbuild @@ -31,5 +31,4 @@ generic-y += termbits.h generic-y += termios.h generic-y += timex.h generic-y += trace_clock.h -generic-y += types.h generic-y += unaligned.h