From patchwork Tue Jul 3 07:20:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Niklas Cassel X-Patchwork-Id: 10503277 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D0A40602BC for ; Tue, 3 Jul 2018 07:23:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B809728965 for ; Tue, 3 Jul 2018 07:23:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AA47328977; Tue, 3 Jul 2018 07:23:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51CAA28965 for ; Tue, 3 Jul 2018 07:23:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932624AbeGCHWx (ORCPT ); Tue, 3 Jul 2018 03:22:53 -0400 Received: from mail-lj1-f193.google.com ([209.85.208.193]:45545 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932839AbeGCHVL (ORCPT ); Tue, 3 Jul 2018 03:21:11 -0400 Received: by mail-lj1-f193.google.com with SMTP id q5-v6so692444ljh.12 for ; Tue, 03 Jul 2018 00:21:10 -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:in-reply-to:references; bh=0PHPETDsOiGGq3xfgwH/vt7T1bmX5m1zA8y8ZeR+hG0=; b=Pcm43clbEVR0KDD97bK9OM3d0G0JDVOL1xyVUC/NkXh7cwDmLoo3CHOfTTDjRoASUg cLQ1CTI+oU2lrEfMOzHclk6/FMy2tgl/Ci0zlculxFV06op6YYtl+0UIh1g97bI7Vfsm juBSZvyg2yKHnEc1c9s0tR1M0ltJYQJ8iGeDI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=0PHPETDsOiGGq3xfgwH/vt7T1bmX5m1zA8y8ZeR+hG0=; b=mMZ5qi4YYm5A8ZLM7XgWUywoZUr8wVbOhtm0mEfxVFAGoi1iSi7SqF1JdJYZcV4eqN 0WNsNdvzxNs5Y9V64ScctasL+JRnJRNYGSlB/hgUzpZ2SNpQvCi5MGl/L9dFOpMTRDBY I3aj3jS3rqeWRZybKtGmYI4zfKB6/qBN2yURHxVuFMRltUJQsr0SO6rE0mhJHYvH808G uPscAreSeDM0ff+Fmu/gf2EFGhfEoWsulpaUv0uUrTBz7tcMcRaxe8Ro+APpddtURquR wNbTKo5hs0+p6Ph4vDoGLHr3A1VIfhko9WVGRGbTQFeKqKD963jlO42VFq5joYhKWx3g uJVg== X-Gm-Message-State: APt69E0GZ+TJ7hy+ZAXMLLsoDllSwk9jd0s+RiroLMx17V7Q8X0xGjUY FHtSbeyo/r/ayaNzGR6tIvp+Fw== X-Google-Smtp-Source: AAOMgpfd4EPxuzOJ0OhPusxhLB8UZvcwC9yZaKn3MwcKLBK88zhHRDg9M7gg+02dRZ7QfR2Va0sy3A== X-Received: by 2002:a2e:40c6:: with SMTP id r67-v6mr2759448lje.41.1530602469858; Tue, 03 Jul 2018 00:21:09 -0700 (PDT) Received: from centauri.lan (h-229-118.A785.priv.bahnhof.se. [5.150.229.118]) by smtp.gmail.com with ESMTPSA id k10-v6sm70519ljh.5.2018.07.03.00.21.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 03 Jul 2018 00:21:09 -0700 (PDT) From: Niklas Cassel To: Andy Gross , David Brown Cc: Niklas Cassel , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 5/6] soc: qcom: Remove bogus depends on OF from QCOM_SMD_RPM Date: Tue, 3 Jul 2018 09:20:32 +0200 Message-Id: <20180703072034.20213-6-niklas.cassel@linaro.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180703072034.20213-1-niklas.cassel@linaro.org> References: <20180703072034.20213-1-niklas.cassel@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP QCOM_SMD_RPM builds perfectly fine without CONFIG_OF set. Remove the bogus depends of OF. Signed-off-by: Niklas Cassel --- drivers/soc/qcom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 7da6e67c7ea1..ac657164a136 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -114,7 +114,7 @@ config QCOM_SMEM config QCOM_SMD_RPM tristate "Qualcomm Resource Power Manager (RPM) over SMD" depends on ARCH_QCOM - depends on RPMSG && OF + depends on RPMSG help If you say yes to this option, support will be included for the Resource Power Manager system found in the Qualcomm 8974 based