From patchwork Mon Jun 13 00:34:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 69839 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp1303324qgf; Sun, 12 Jun 2016 17:34:45 -0700 (PDT) X-Received: by 10.98.6.69 with SMTP id 66mr17590301pfg.115.1465778085616; Sun, 12 Jun 2016 17:34:45 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t8si14174096pay.32.2016.06.12.17.34.41; Sun, 12 Jun 2016 17:34:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933236AbcFMAej (ORCPT + 30 others); Sun, 12 Jun 2016 20:34:39 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:36821 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932882AbcFMAei (ORCPT ); Sun, 12 Jun 2016 20:34:38 -0400 Received: by mail-lf0-f42.google.com with SMTP id q132so37587126lfe.3 for ; Sun, 12 Jun 2016 17:34:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=BBLF1ySMIIo3ceswlyeXeDoLyEpKIUdT2GOmzQgMMgY=; b=Wqa0yhYtrt1Yfv7CjMPwvJQmCXvzB8+qvq9In+du25Zx72QqiN+YfayeNye0FcV8kf RKjRtvyuIrQ5RTU7FQEeOF7B/uufL1xZPBjb7kEDrEMswMGgdd6VyxJpmHD8tbrSZk5x wSprC9CcJR2YpFZietn8/RA93+xtr5EQDdCPk= 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=BBLF1ySMIIo3ceswlyeXeDoLyEpKIUdT2GOmzQgMMgY=; b=ecg9FmtEohmViSCbqCWCeON3h+WKlReLPD4F7ppJKt1nBHkZ8c3vPLD2AHjTpiZVII N3uXhQYPk8gRtT651vFwt3+uCQaPhEKjM690Hon9kYaW5zBdjrtSTDq313eBn3ARWkMO 5MiXHiHN3Jw0rTUzrj5VlQWuesLcwKL/8Y+gjIJRjxRXrYMD0yb/ECuod/gPBQvrNAew NcmaId2pcjjFb4dpLC8ooRQGyydppFpXcWcoUwnA/cLBk1D5A46lH0hUTNzKEhuUqXhO b1w+JoNA+LLP+uImibXbwd7DFX022uFa9uTs7NyeHMseqczmsJPHQJxDv8ZpytqejW1S W3gg== X-Gm-Message-State: ALyK8tKqNqpHetsdSTaxAgwNu963zinmypNBlqqJv9Z+ZHCJ5tzRgVtgd9AF1EjZOxFKr0sa X-Received: by 10.25.125.7 with SMTP id y7mr2754458lfc.81.1465778076525; Sun, 12 Jun 2016 17:34:36 -0700 (PDT) Received: from localhost.localdomain.localdomain (c-cc7c71d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.124.204]) by smtp.gmail.com with ESMTPSA id aa3sm2509425lbc.20.2016.06.12.17.34.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jun 2016 17:34:35 -0700 (PDT) From: Linus Walleij To: Samuel Ortiz , Lee Jones , linux-kernel@vger.kernel.org Cc: Linus Walleij , Stephen Boyd , Bjorn Andersson , Andy Gross Subject: [PATCH] mfd: qcom_rpm: Remove unused define Date: Mon, 13 Jun 2016 02:34:21 +0200 Message-Id: <1465778061-3174-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.11 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This define RPM_SIGNAL probably pertains to the IPC signal which we ended up fetching from the device tree instead. the define is unused, remove it. Cc: Stephen Boyd Cc: Bjorn Andersson Cc: Andy Gross Signed-off-by: Linus Walleij --- drivers/mfd/qcom_rpm.c | 2 -- 1 file changed, 2 deletions(-) -- 2.4.11 diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c index 1be47ad6441b..4f589cf75549 100644 --- a/drivers/mfd/qcom_rpm.c +++ b/drivers/mfd/qcom_rpm.c @@ -70,8 +70,6 @@ struct qcom_rpm { #define RPM_NOTIFICATION BIT(30) #define RPM_REJECTED BIT(31) -#define RPM_SIGNAL BIT(2) - static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = { [QCOM_RPM_CXO_CLK] = { 25, 9, 5, 1 }, [QCOM_RPM_PXO_CLK] = { 26, 10, 6, 1 },