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:
Matt Jacob 2007-06-08 01:37:47 +00:00
parent ea47b6c8d2
commit 7325b9bce7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170411

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