From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sabertooth02.qualcomm.com ([65.197.215.38]:10582 "EHLO sabertooth02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752563AbdIAXN3 (ORCPT ); Fri, 1 Sep 2017 19:13:29 -0400 From: Ryan Hsu To: Kalle Valo CC: "ath10k@lists.infradead.org" , "linux-wireless@vger.kernel.org" Subject: Re: [v3,1/2] ath10k: add the PCI PM core suspend/resume ops Date: Fri, 1 Sep 2017 23:13:19 +0000 Message-ID: (sfid-20170902_011334_283557_46C7EDC6) References: <1503438455-6133-1-git-send-email-ryanhsu@qti.qualcomm.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: T24gMDgvMzEvMjAxNyAwNTo1MiBBTSwgS2FsbGUgVmFsbyB3cm90ZToNCg0KPiBUaGlzIGhhZCBh IHdhcm5pbmc6DQo+DQo+IGRyaXZlcnMvbmV0L3dpcmVsZXNzL2F0aC9hdGgxMGsvcGNpLmM6MzY1 MToxOiB3YXJuaW5nOiBzeW1ib2wgJ2F0aDEwa19wY2lfcG1fb3BzJyB3YXMgbm90IGRlY2xhcmVk LiBTaG91bGQgaXQgYmUgc3RhdGljPw0KPg0KPiBJIGZpeGVkIGl0IGluIHRoZSBwZW5kaW5nIGJy YW5jaCBieSBtYWtpbmcgaXQgc3RhdGljOg0KPg0KPiBzdGF0aWMgU0lNUExFX0RFVl9QTV9PUFMo YXRoMTBrX3BjaV9wbV9vcHMsDQo+IAkJCSBhdGgxMGtfcGNpX3BtX3N1c3BlbmQsDQo+IAkJCSBh dGgxMGtfcGNpX3BtX3Jlc3VtZSk7DQo+DQo+IFBsZWFzZSByZXZpZXcuDQo+DQoNClllcyBhbmQg dGhhbmtzIQ0KDQotLSANClJ5YW4gSHN1DQo= From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from alexa-out.qualcomm.com ([129.46.98.28] helo=alexa-out-lv-02.qualcomm.com) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dnv8J-0008OX-2t for ath10k@lists.infradead.org; Fri, 01 Sep 2017 23:13:52 +0000 From: Ryan Hsu Subject: Re: [v3,1/2] ath10k: add the PCI PM core suspend/resume ops Date: Fri, 1 Sep 2017 23:13:19 +0000 Message-ID: References: <1503438455-6133-1-git-send-email-ryanhsu@qti.qualcomm.com> In-Reply-To: Content-Language: en-US Content-ID: MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Kalle Valo Cc: "linux-wireless@vger.kernel.org" , "ath10k@lists.infradead.org" On 08/31/2017 05:52 AM, Kalle Valo wrote: > This had a warning: > > drivers/net/wireless/ath/ath10k/pci.c:3651:1: warning: symbol 'ath10k_pci_pm_ops' was not declared. Should it be static? > > I fixed it in the pending branch by making it static: > > static SIMPLE_DEV_PM_OPS(ath10k_pci_pm_ops, > ath10k_pci_pm_suspend, > ath10k_pci_pm_resume); > > Please review. > Yes and thanks! -- Ryan Hsu _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k