]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Remove the static function declaration.
authorkevlo <kevlo@FreeBSD.org>
Thu, 29 Oct 2015 04:51:27 +0000 (04:51 +0000)
committerkevlo <kevlo@FreeBSD.org>
Thu, 29 Oct 2015 04:51:27 +0000 (04:51 +0000)
sys/dev/ral/rt2860.c

index 049d11975afece29b71a195c75786f4e16980684..a572dbf47f57412115dc9733ad4dc877de4094b5 100644 (file)
@@ -115,7 +115,6 @@ static void rt2860_tx_intr(struct rt2860_softc *, int);
 static void    rt2860_rx_intr(struct rt2860_softc *);
 static void    rt2860_tbtt_intr(struct rt2860_softc *);
 static void    rt2860_gp_intr(struct rt2860_softc *);
-static void    rt2860_intr(void *);
 static int     rt2860_tx(struct rt2860_softc *, struct mbuf *,
                    struct ieee80211_node *);
 static int     rt2860_raw_xmit(struct ieee80211_node *, struct mbuf *,
@@ -1387,7 +1386,7 @@ rt2860_gp_intr(struct rt2860_softc *sc)
                rt2860_updatestats(sc);
 }
 
-static void
+void
 rt2860_intr(void *arg)
 {
        struct rt2860_softc *sc = arg;