]> git.ipfire.org Git - people/ms/u-boot.git/commit
include: net: Simplify the usage of __always_inline
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 9 Nov 2015 00:25:14 +0000 (22:25 -0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Tue, 22 Dec 2015 01:57:33 +0000 (19:57 -0600)
commit92163873542207fda6953d5cd807b7e153ea32e6
tree3ea3d2ea222432bfead7ba38eda973c56c198bc5
parentbc393a7954f741aeeb6da5a3161fe0961fa10be5
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>
include/net.h