mxge(4): Fix "always_inline function might not be inlinable" warning.
authorSascha Wildner <saw@online.de>
Sat, 13 Oct 2012 13:36:58 +0000 (15:36 +0200)
committerSascha Wildner <saw@online.de>
Sat, 13 Oct 2012 13:42:03 +0000 (15:42 +0200)
commit000087470bfd768d9e429db0707790d5db406bdc
treed3e54bd90f5318c9ecd6bd1866c5812f0883e8ad
parentaa586ce3e948c0037c74085eb859b587ad9f6363
mxge(4): Fix "always_inline function might not be inlinable" warning.

The '__attribute__((always_inline))' does not strictly imply 'inline'.
Newer versions of gcc detect this misuse and issue the warning.
Including the missing 'inline' resolves the build warning.
sys/dev/netif/mxge/if_mxge.c