|
@@ -2312,11 +2312,10 @@ static u32 rightmost_index(struct ath_gen_timer_table *timer_table, u32 *mask)
|
|
return timer_table->gen_timer_index[b];
|
|
return timer_table->gen_timer_index[b];
|
|
}
|
|
}
|
|
|
|
|
|
-u32 ath9k_hw_gettsf32(struct ath_hw *ah)
|
|
|
|
|
|
+static u32 ath9k_hw_gettsf32(struct ath_hw *ah)
|
|
{
|
|
{
|
|
return REG_READ(ah, AR_TSF_L32);
|
|
return REG_READ(ah, AR_TSF_L32);
|
|
}
|
|
}
|
|
-EXPORT_SYMBOL(ath9k_hw_gettsf32);
|
|
|
|
|
|
|
|
struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
|
|
struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
|
|
void (*trigger)(void *),
|
|
void (*trigger)(void *),
|