summaryrefslogtreecommitdiffstats
path: root/tools/objtool/orc.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-11-26 13:11:18 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-11-26 13:11:18 -0800
commitfcbc38b1b296cd38214891fb1fc714d52937d062 (patch)
treecb10b3a1bb13fb1c6e84b743550d48eaf8bfd061 /tools/objtool/orc.h
parent844056fd74ebdd826bd23a7d989597e15f478acb (diff)
parenta356d2ae50790f49858ebed35da9e206336fafee (diff)
downloadop-kernel-dev-fcbc38b1b296cd38214891fb1fc714d52937d062.zip
op-kernel-dev-fcbc38b1b296cd38214891fb1fc714d52937d062.tar.gz
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull objtool fixes from Ingo Molnar: "A handful of objtool fixes, most of them related to making the UAPI header-syncing warnings easier to read and easier to act upon" * 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tools/headers: Sync objtool UAPI header objtool: Fix cross-build objtool: Move kernel headers/code sync check to a script objtool: Move synced files to their original relative locations objtool: Make unreachable annotation inline asms explicitly volatile objtool: Add a comment for the unreachable annotation macros
Diffstat (limited to 'tools/objtool/orc.h')
-rw-r--r--tools/objtool/orc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/orc.h b/tools/objtool/orc.h
index a4139e3..b0e92a6 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;
OpenPOWER on IntegriCloud