From patchwork Mon Sep 15 22:09:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Thompson X-Patchwork-Id: 4911671 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 4D7E59F467 for ; Mon, 15 Sep 2014 22:09:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 177E820272 for ; Mon, 15 Sep 2014 22:12:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (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 400AB20222 for ; Mon, 15 Sep 2014 22:12:30 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XTeTS-0000Ko-Oy; Mon, 15 Sep 2014 22:10:18 +0000 Received: from mail-pd0-f169.google.com ([209.85.192.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XTeTQ-0007Yx-42 for linux-arm-kernel@lists.infradead.org; Mon, 15 Sep 2014 22:10:16 +0000 Received: by mail-pd0-f169.google.com with SMTP id fp1so7164239pdb.28 for ; Mon, 15 Sep 2014 15:09:55 -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=PcRMorU5I8F6bK4tyczISMrr2pldi7pEGnbNNuZr2Gc=; b=gGKlMghSV9gnspQEu15HlYax9qS2pjWjG6jYxlPPnGsvDENuIgJkvIrd4qeZB1rqR+ uyPNiw+MuVjjHE8xkxruWwvJlsVJJTo1oH0bbawrsu7LPnWIAR6HgI37jVV1AvitXaBi hXkyJVwpKPK7K/2dU7nCfy14CNDH/nlOneFhVm48C3Ifp/M52e8a70c8mT7K7ojGuIIx 02pjTHGvIiBp1q0B4LwElkrgdTdj9pG7pZi9J8W99L1o1vY1e0ndhqH3+IITO1m67tTM h8TYPTQ0gn1LQULb5U3WBi4pdM5n8lHzlrjBfFzDSM8b/gDnKOCBT33PgSxsfLU0rMj8 WQpQ== X-Gm-Message-State: ALoCoQlF+qvVANNm51cws9W4cgygiZeWaw2bOsQ6/KxHLDM2ejI1+pQH+iGJX8p1ZK7ewq+B5+dM X-Received: by 10.66.65.195 with SMTP id z3mr16821017pas.116.1410818995020; Mon, 15 Sep 2014 15:09:55 -0700 (PDT) Received: from harvey.bri.st.com.com (70-35-38-154.static.wiline.com. [70.35.38.154]) by mx.google.com with ESMTPSA id te8sm12764800pab.34.2014.09.15.15.09.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Sep 2014 15:09:54 -0700 (PDT) From: Daniel Thompson To: Russell King Subject: [PATCH] arm: Remove redundant config value DEBUG_UART_NETX Date: Mon, 15 Sep 2014 23:09:46 +0100 Message-Id: <1410818986-13273-1-git-send-email-daniel.thompson@linaro.org> X-Mailer: git-send-email 1.9.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140915_151016_180179_E0C9A088 X-CRM114-Status: UNSURE ( 9.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.9 (/) Cc: Paul Bolle , linaro-kernel@lists.linaro.org, Arnd Bergmann , patches@linaro.org, spear-devel@list.st.com, Daniel Thompson , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 880fa9b6fd73 ("ARM: 8144/1: netx: Migrate DEBUG_LL macros to shared directory") spuriously introduces an unused config variable, DEBUG_UART_NETX. Let's remove it. Signed-off-by: Daniel Thompson --- arch/arm/Kconfig.debug | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 537dd04..b6ec25a 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -450,7 +450,6 @@ choice config DEBUG_NETX_UART bool "Kernel low-level debugging messages via NetX UART" depends on ARCH_NETX - select DEBUG_UART_NETX help Say Y here if you want kernel low-level debugging support on Hilscher NetX based platforms.