mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-05-03 13:55:52 +00:00
The tools/perf/util/rbtree.c copy already drifted by three csets:4b324126e0
4c60117811
16c047add3
So remove the copy and use the lib/rbtree.c directly, sharing the source code while still generating a separate object file, since tools/perf uses a far more agressive -O6 switch. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Frederic Weisbecker <fweisbec@gmail.com> LKML-Reference: <20090701152837.GG15682@ghostprotocols.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
93 B
C
6 lines
93 B
C
#ifndef PERF_LINUX_MODULE_H
|
|
#define PERF_LINUX_MODULE_H
|
|
|
|
#define EXPORT_SYMBOL(name)
|
|
|
|
#endif
|