commit | cff6536a2dbdeb60b0f5d6b1eb760f6b24b1bdb4 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sun Nov 08 22:25:14 2015 -0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Mon Dec 21 19:57:33 2015 -0600 |
tree | 3ea3d2ea222432bfead7ba38eda973c56c198bc5 | |
parent | bfb93cc1b5c92565a170fa68bbb5fb8a5e1a706a [diff] |
include: net: Simplify the usage of __always_inline Since commit de4d2e9e7ce0f9 (" bitops: Add fls_long and __ffs64") <linux/compiler.h> is included in include/linux/bitops.h, which allows us to marking a function as 'always_inline' in a simpler format. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>