From patchwork Fri Oct 13 09:42:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johannes Berg X-Patchwork-Id: 10003997 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 CCCC46037E for ; Fri, 13 Oct 2017 09:42:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C0EE328FFD for ; Fri, 13 Oct 2017 09:42:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B61452900C; Fri, 13 Oct 2017 09:42:35 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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 7EA6C29005 for ; Fri, 13 Oct 2017 09:42:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757709AbdJMJme (ORCPT ); Fri, 13 Oct 2017 05:42:34 -0400 Received: from s3.sipsolutions.net ([144.76.63.242]:49176 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757567AbdJMJmd (ORCPT ); Fri, 13 Oct 2017 05:42:33 -0400 Received: by sipsolutions.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1e2wUC-000389-Of; Fri, 13 Oct 2017 11:42:32 +0200 From: Johannes Berg To: backports@vger.kernel.org Cc: Johannes Berg Subject: [PATCH v2 08/11] backports: make QTNFMAC_PEARL_PCIE depend on 3.13 Date: Fri, 13 Oct 2017 11:42:23 +0200 Message-Id: <20171013094226.10021-8-johannes@sipsolutions.net> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171013094226.10021-1-johannes@sipsolutions.net> References: <20171013094226.10021-1-johannes@sipsolutions.net> Sender: backports-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: backports@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Johannes Berg It needs pcie_get_mps() which was only exported in that kernel. Signed-off-by: Johannes Berg --- dependencies | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dependencies b/dependencies index 0df2b8fae8c2..220ccf47232e 100644 --- a/dependencies +++ b/dependencies @@ -62,6 +62,9 @@ NFC_NXP_NCI_I2C 3.17 # pci_error_handlers->reset_notify is missing MWIFIEX_PCIE 3.16 +# needs pcie_get_mps() +QTNFMAC_PEARL_PCIE 3.13 + # needs pm_system_wakeup() which can't reall be # backported properly MWIFIEX 3.18