From patchwork Thu Mar 28 16:21:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Baltieri X-Patchwork-Id: 2358021 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id C8465DF2A1 for ; Thu, 28 Mar 2013 16:26:16 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULFcB-0003Zs-Hj; Thu, 28 Mar 2013 16:23:47 +0000 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1ULFaB-0002Iw-H0 for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2013 16:21:44 +0000 Received: by mail-ea0-f171.google.com with SMTP id b15so2017021eae.16 for ; Thu, 28 Mar 2013 09:21:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=dVpkXmLWfBEVvq7IU3A1E7gVtm2S2nvSZBTyISsj3uw=; b=lyh3FpyrtDXMfKIXQa/cf191w6TdY9Xeftv/uho40VzardCkYuRnwnUzspOIUM94lv EMPqkFBzbQs2AH3J12jDhGIDehzG/kuy7pHwja6vCvNFjlt7PUoHY+WOCvcmFR8Iymww B3t28/zh1T6mX4KHI26eNNHyG2WTm/lhzbYynMYxLGe/VBqn6hnrw8V5BvNRTnqeJoUK cT8Fb/iFBE5CijTAmfZ+RHqyuSmUYqiN7YYqheK4OX/RvSZEf2FFQw9ay7SoQV5FqDEQ 1mTn9EogGAXDkA/sgctIsKJ+DwF9usVH6mnDmWLJeYV+X4tXpPhVc0MhaeT9rTrRVQlu hdfQ== X-Received: by 10.14.207.200 with SMTP id n48mr40549046eeo.4.1364487699695; Thu, 28 Mar 2013 09:21:39 -0700 (PDT) Received: from localhost ([2a01:2003:1:1e91:8e70:5aff:feac:ad8]) by mx.google.com with ESMTPS id 46sm38702450eea.3.2013.03.28.09.21.32 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 28 Mar 2013 09:21:39 -0700 (PDT) From: Fabio Baltieri To: Linus Walleij Subject: [PATCH 1/2] ARM: ux500: remove redundant DB8500_PIN_SLEEP definition Date: Thu, 28 Mar 2013 17:21:08 +0100 Message-Id: <1364487669-24368-2-git-send-email-fabio.baltieri@linaro.org> X-Mailer: git-send-email 1.8.1.3 In-Reply-To: <1364487669-24368-1-git-send-email-fabio.baltieri@linaro.org> References: <1364487669-24368-1-git-send-email-fabio.baltieri@linaro.org> X-Gm-Message-State: ALoCoQm+3RHCaDQgjDYq6Zn4+lX93H9bTRJy/qFCQ2m3T5XPXpURG2vq55366Cq9IlilE1nquUJn X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130328_122143_780315_6249496E X-CRM114-Status: UNSURE ( 8.41 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Fabio Baltieri , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Srinidhi Kasagar 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 DB8500_PIN_SLEEP was defined twice, drop one of the two. Signed-off-by: Fabio Baltieri --- arch/arm/mach-ux500/board-mop500-pins.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c index 0a3f30d..625880f 100644 --- a/arch/arm/mach-ux500/board-mop500-pins.c +++ b/arch/arm/mach-ux500/board-mop500-pins.c @@ -78,9 +78,6 @@ BIAS(out_wkup_pdis, PIN_SLPM_DIR_OUTPUT|PIN_SLPM_WAKEUP_ENABLE| PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-db8500", group, func) #define DB8500_PIN_HOG(pin,conf) \ PIN_MAP_CONFIGS_PIN_HOG_DEFAULT("pinctrl-db8500", pin, conf) -#define DB8500_PIN_SLEEP(pin, conf, dev) \ - PIN_MAP_CONFIGS_PIN(dev, PINCTRL_STATE_SLEEP, "pinctrl-db8500", \ - pin, conf) /* These are default states associated with device and changed runtime */ #define DB8500_MUX(group,func,dev) \