* [ath9k-devel] [PATCH] ath10k: tag ath10k_target_ps as static
@ 2013-04-22 9:51 Bartosz Markowski
2013-04-23 4:36 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Markowski @ 2013-04-22 9:51 UTC (permalink / raw)
To: ath9k-devel
Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
---
drivers/net/wireless/ath/ath10k/pci.c | 2 +-
drivers/net/wireless/ath/ath10k/pci.h | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index 4bba532..9c650df 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -33,7 +33,7 @@
#include "ce.h"
#include "pci.h"
-unsigned int ath10k_target_ps;
+static unsigned int ath10k_target_ps;
module_param(ath10k_target_ps, uint, 0644);
MODULE_PARM_DESC(ath10k_target_ps, "Enable ath10k Target (SoC) PS option");
diff --git a/drivers/net/wireless/ath/ath10k/pci.h b/drivers/net/wireless/ath/ath10k/pci.h
index a3b5e88..e0ed0b0 100644
--- a/drivers/net/wireless/ath/ath10k/pci.h
+++ b/drivers/net/wireless/ath/ath10k/pci.h
@@ -353,8 +353,6 @@ static inline void WAR_CE_SRC_RING_WRITE_IDX_SET(struct ath10k *ar,
}
}
-extern unsigned int ath10k_target_ps;
-
void ath10k_pci_wake(struct ath10k *ar);
void ath10k_pci_sleep(struct ath10k *ar);
--
1.7.10
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [ath9k-devel] [PATCH] ath10k: tag ath10k_target_ps as static
2013-04-22 9:51 [ath9k-devel] [PATCH] ath10k: tag ath10k_target_ps as static Bartosz Markowski
@ 2013-04-23 4:36 ` Kalle Valo
2013-04-23 4:43 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2013-04-23 4:36 UTC (permalink / raw)
To: ath9k-devel
Bartosz Markowski <bartosz.markowski@tieto.com> writes:
> Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
Thanks, applied with conflicts. Please check.
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ath9k-devel] [PATCH] ath10k: tag ath10k_target_ps as static
2013-04-23 4:36 ` Kalle Valo
@ 2013-04-23 4:43 ` Kalle Valo
0 siblings, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2013-04-23 4:43 UTC (permalink / raw)
To: ath9k-devel
Kalle Valo <kvalo@qca.qualcomm.com> writes:
> Bartosz Markowski <bartosz.markowski@tieto.com> writes:
>
>> Signed-off-by: Bartosz Markowski <bartosz.markowski@tieto.com>
>
> Thanks, applied with conflicts. Please check.
Actually, I was too hasty. I cannot apply this as after Sujith's
"ath10k: Fix PCI probe" ath10k_target_ps needs to be extern again.
So let's drop this patch for now.
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-23 4:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 9:51 [ath9k-devel] [PATCH] ath10k: tag ath10k_target_ps as static Bartosz Markowski
2013-04-23 4:36 ` Kalle Valo
2013-04-23 4:43 ` Kalle Valo
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.