Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2015 04:51:28 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290134 - head/sys/dev/ral
Message-ID:  <201510290451.t9T4pSRE054882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Oct 29 04:51:27 2015
New Revision: 290134
URL: https://svnweb.freebsd.org/changeset/base/290134

Log:
  Remove the static function declaration.

Modified:
  head/sys/dev/ral/rt2860.c

Modified: head/sys/dev/ral/rt2860.c
==============================================================================
--- head/sys/dev/ral/rt2860.c	Thu Oct 29 04:21:34 2015	(r290133)
+++ head/sys/dev/ral/rt2860.c	Thu Oct 29 04:51:27 2015	(r290134)
@@ -115,7 +115,6 @@ static void	rt2860_tx_intr(struct rt2860
 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510290451.t9T4pSRE054882>