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.
* of leaf functions at one call site anyway). Inlining is definitely a
* good idea in this case though, so mark the function appropriately.
*/
-static __always_inline void
+static inline __always_inline void
mxge_clean_rx_done(struct mxge_slice_state *ss)
{
mxge_rx_done_t *rx_done = &ss->rx_done;