Skip to content

Commit 52ddd02

Browse files
jhovoldbjorn-helgaas
authored andcommitted
wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ
The PCI_PWRCTRL_PWRSEQ and HAVE_PWRCTRL symbols have been renamed to reflect the pwrctrl framework name. Switch to the non-deprecated symbols. Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Acked-by: Jeff Johnson <[email protected]> # drivers/net/wireless/ath/... Acked-by: Manivannan Sadhasivam <[email protected]> Acked-by: Bartosz Golaszewski <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 13bbf6a commit 52ddd02

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/ath/ath11k

1 file changed

+1
-1
lines changed

drivers/net/wireless/ath/ath11k/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ config ATH11K_PCI
2424
select MHI_BUS
2525
select QRTR
2626
select QRTR_MHI
27-
select PCI_PWRCTL_PWRSEQ if HAVE_PWRCTL
27+
select PCI_PWRCTRL_PWRSEQ if HAVE_PWRCTRL
2828
help
2929
This module adds support for PCIE bus
3030

0 commit comments

Comments
 (0)