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.
This commit is contained in:
mjacob 2007-06-08 01:37:47 +00:00
parent 1162db06bf
commit 52b23bf406

View File

@ -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 (;;) {