From 7325b9bce74081c8c68ccf4f73eff3a7a7d243f8 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Fri, 8 Jun 2007 01:37:47 +0000 Subject: [PATCH] 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. --- sys/dev/hatm/if_hatm_intr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index d8837cf54cbd..b20af45955c5 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 (;;) {