summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm/if_hatm_intr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hatm/if_hatm_intr.c')
-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