From 3b2ffceba90c5741205be10356a4f20f44393bc4 Mon Sep 17 00:00:00 2001 From: Oleksij Rempel Date: Tue, 19 Mar 2013 15:39:07 +0100 Subject: [PATCH] build fix: replace struct with static replace struct with static, it probably was typo. It is already struct by type deffinition. Signed-off-by: Oleksij Rempel --- target_firmware/wlan/if_owl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_firmware/wlan/if_owl.c b/target_firmware/wlan/if_owl.c index 375c38c..a9eab5f 100755 --- a/target_firmware/wlan/if_owl.c +++ b/target_firmware/wlan/if_owl.c @@ -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; -- 2.31.1