diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2017-11-06 07:21:50 -0600 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-11-07 10:48:23 +0100 |
commit | 6a77cff819ae3e31992bde6432c9b5720748a89b (patch) | |
tree | 28e36f54f3157bfe9c65156857e9dedc872887f0 /tools/objtool/orc.h | |
parent | 10259821ac47dbefa6f83ae57f1fa9f1f2c54b3d (diff) | |
download | talos-obmc-linux-6a77cff819ae3e31992bde6432c9b5720748a89b.tar.gz talos-obmc-linux-6a77cff819ae3e31992bde6432c9b5720748a89b.zip |
objtool: Move synced files to their original relative locations
This will enable more straightforward comparisons, and it also makes the
files 100% identical.
Suggested-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/407b2aaa317741f48fcf821592c0e96ab3be1890.1509974346.git.jpoimboe@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/objtool/orc.h')
-rw-r--r-- | tools/objtool/orc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/orc.h b/tools/objtool/orc.h index a4139e386ef3..b0e92a6d0903 100644 --- a/tools/objtool/orc.h +++ b/tools/objtool/orc.h @@ -18,7 +18,7 @@ #ifndef _ORC_H #define _ORC_H -#include "orc_types.h" +#include <asm/orc_types.h> struct objtool_file; |