diff options
author | Will Deacon <[email protected]> | 2012-10-25 13:37:53 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-10-25 14:37:52 -0700 |
commit | 29fc7c5a4f516d388fb6e1f6d24bfb04b8093e54 (patch) | |
tree | 0738c3af1ae23cc25fea89d75ccff0f68b7b5ee2 /tools/perf/util/trace-event-scripting.c | |
parent | eedce141cd2dad8d0cefc5468ef41898949a7031 (diff) |
rbtree: include linux/compiler.h for definition of __always_inline
rb_erase_augmented() is a static function annotated with
__always_inline. This causes a compile failure when attempting to use
the rbtree implementation as a library (e.g. kvm tool):
rbtree_augmented.h:125:24: error: expected `=', `,', `;', `asm' or `__attribute__' before `void'
Include linux/compiler.h in rbtree_augmented.h so that the __always_inline
macro is resolved correctly.
Signed-off-by: Will Deacon <[email protected]>
Cc: Pekka Enberg <[email protected]>
Reviewed-by: Michel Lespinasse <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions