build fix: replace struct with static
authorOleksij Rempel <linux@rempel-privat.de>
Tue, 19 Mar 2013 14:39:07 +0000 (15:39 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:47 +0000 (17:27 +0100)
replace struct with static, it probably was typo.
It is already struct by type deffinition.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
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;