commit | e165f591ce3e633bead0193b1e8ac25508aeba67 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Aug 14 14:30:16 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 16 10:59:10 2017 -0700 |
tree | c77ed87954052532949e068f390e5fe0abe963de | |
parent | 833ca35954bb28001a6de0b732124eec504bc2f1 [diff] |
net: rpl: fix inline function declaration The initial function prototype did not have 'inline' in it, resulting in a compiler warning with XCC. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>