build fix: replace struct with static
[open-ath9k-htc-firmware.git] / target_firmware / wlan / if_owl.c
index 375c38cc17b855beab57550ce6b1df2aebdfe3c6..a9eab5f8a29bc5e814ad6b0571ceeefa0b6b10e5 100755 (executable)
@@ -532,7 +532,7 @@ void ath_tx_status_clear(struct ath_softc_tgt *sc)
        }
 }
 
-struct WMI_TXSTATUS_EVENT* ath_tx_status_get(struct ath_softc_tgt *sc)
+static WMI_TXSTATUS_EVENT *ath_tx_status_get(struct ath_softc_tgt *sc)
 {
        WMI_TXSTATUS_EVENT *txs = NULL;
        int i;