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