commit | 92163873542207fda6953d5cd807b7e153ea32e6 | [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 | bc393a7954f741aeeb6da5a3161fe0961fa10be5 [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>