| commit | dd29f49a6c4e241b055175f29e17ee2fe8457fcd | [log] [tgz] |
|---|---|---|
| author | Jeff Mahoney <jeffm@suse.com> | Mon Aug 26 12:20:59 2013 -0400 |
| committer | Jeff Mahoney <jeffm@suse.com> | Mon Aug 26 19:00:03 2013 -0400 |
| tree | fe6cc84eec923b0f475dc7cefa6bc1919405df61 | |
| parent | a1623ca6b3e7173cb8b359ac1908f63a9cf091a9 [diff] |
sparse: move bitops functions to include/misc.h The bitops functions were declared as 'extern inline' in include/misc.h but weren't actually defined there. They were also defined as inline in lib/misc.c, which can't actually happen if they're used elsewhere. Signed-off-by: Jeff Mahoney <jeffm@suse.com>