Remove __inline hints, let the compiler figure out the details.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 31 May 2005 08:23:29 +0000 (08:23 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 31 May 2005 08:23:29 +0000 (08:23 +0000)
commitde1795b24cb833426bb89ab15b9fddcbaca0f0f6
tree648d031f52bee9efcc566ac20f01f35817723248
parentaf340cf5e2f48cbc9da0b5ac2ee3f23129ffc068
Remove __inline hints, let the compiler figure out the details.
This prevents GCC 3.4.4 from inline fxp_scb_wait, but since we access
external memory anyway, the calling overhead doesn't matter.
sys/dev/netif/fxp/if_fxp.c