Message ID | 1391294144-27787-2-git-send-email-robherring2@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> 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 0BA5DC02DC for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 1 Feb 2014 22:37:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 47091202AE for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 1 Feb 2014 22:37:19 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6A30D20295 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 1 Feb 2014 22:37:18 +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 1W9jAv-00026K-Kt; Sat, 01 Feb 2014 22:36:34 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1W9jAn-0000Xr-FW; Sat, 01 Feb 2014 22:36:25 +0000 Received: from mail-oa0-x236.google.com ([2607:f8b0:4003:c02::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1W9jAb-0000Uv-Me for linux-arm-kernel@lists.infradead.org; Sat, 01 Feb 2014 22:36:15 +0000 Received: by mail-oa0-f54.google.com with SMTP id i4so6773491oah.13 for <linux-arm-kernel@lists.infradead.org>; Sat, 01 Feb 2014 14:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fLyj839S/myFE60bYlswwO0y9wA/IGabPBBNuBQzsX4=; b=iBAGUQlrO4iy6EfMHEoPg+cmaZOb8hcvEfxKYui76/2Lr/tos5JHUEbWDT2O8QK/q7 rtVFlXeYfKgYNYwR4AyGBBCUY5ZmWekbbPwRn5oE88E751E4EvEPw5E+St2jQxtQ9LjF rjTvFN3XRifDmbC3xtwXLfHRhlvNRfGWUPyUjFMcNqIC2/0M6eQDCsnXghjsLWDpK5OR SH5pmJ3O4kp++qt9ALNxLA9iQupoNgfT1A3tbVt5isUJk2ICWtcAasSlJkB3W8aPa4ml ABcKlboXBP0/X+UwfrqNH3FLL1F66gEeJawhv50JJzXIYmd5wDVo1dWot44vufAClyc+ j1jQ== X-Received: by 10.60.159.133 with SMTP id xc5mr23324991oeb.37.1391294152153; Sat, 01 Feb 2014 14:35:52 -0800 (PST) Received: from localhost.localdomain (65-36-73-129.dyn.grandenetworks.net. [65.36.73.129]) by mx.google.com with ESMTPSA id ii8sm24866908obb.11.2014.02.01.14.35.51 for <multiple recipients> (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Feb 2014 14:35:51 -0800 (PST) From: Rob Herring <robherring2@gmail.com> To: arm@kernel.org Subject: [PATCH 1/3] ARM: hisi: fix kconfig warning on HAVE_ARM_TWD Date: Sat, 1 Feb 2014 16:35:42 -0600 Message-Id: <1391294144-27787-2-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1391294144-27787-1-git-send-email-robherring2@gmail.com> References: <1391294144-27787-1-git-send-email-robherring2@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140201_173613_965185_23666A67 X-CRM114-Status: GOOD ( 10.38 ) X-Spam-Score: -1.8 (-) Cc: Rob Herring <robh@kernel.org>, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 |
diff --git a/arch/arm/mach-hisi/Kconfig b/arch/arm/mach-hisi/Kconfig index 8f4649b..1abae5f 100644 --- a/arch/arm/mach-hisi/Kconfig +++ b/arch/arm/mach-hisi/Kconfig @@ -8,7 +8,7 @@ config ARCH_HI3xxx select CLKSRC_OF select GENERIC_CLOCKEVENTS select HAVE_ARM_SCU - select HAVE_ARM_TWD + select HAVE_ARM_TWD if SMP select HAVE_SMP select PINCTRL select PINCTRL_SINGLE