summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2007-06-08 01:37:47 +0000
committermjacob <mjacob@FreeBSD.org>2007-06-08 01:37:47 +0000
commit52b23bf406d97c4b2ef5e2ac357538290cc7660e (patch)
treefa927f913f17a49ecb1e992c3c170541f0a86c72 /sys/dev/hatm
parent1162db06bf3d05fd5bb8cc1ec39b601c7f946778 (diff)
downloadFreeBSD-src-52b23bf406d97c4b2ef5e2ac357538290cc7660e.zip
FreeBSD-src-52b23bf406d97c4b2ef5e2ac357538290cc7660e.tar.gz
Remove the __inline qualifier from a function which is in fact not an
inline but instead a module wide function, thus quieting a GCC 4.2 warning.
Diffstat (limited to 'sys/dev/hatm')
-rw-r--r--sys/dev/hatm/if_hatm_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c
index d8837cf..b20af45 100644
--- a/sys/dev/hatm/if_hatm_intr.c
+++ b/sys/dev/hatm/if_hatm_intr.c
@@ -110,7 +110,7 @@ static void hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group);
* buffers because the only place we're call from is the interrupt handler.
* Under these circumstances the code looks safe.
*/
-__inline void
+void
hatm_ext_free(struct mbufx_free **list, struct mbufx_free *buf)
{
for (;;) {
OpenPOWER on IntegriCloud