summaryrefslogtreecommitdiff
path: root/kexec_tools
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-11-25 11:44:19 -0800
committerElliott Hughes <enh@google.com>2013-11-25 11:44:19 -0800
commitbfc89926718b42631f2bcbe453f4308c8cb0f8c3 (patch)
tree5d980e955c86893d67de3555ca61e5cb5956c36f /kexec_tools
parent60969827dd3abdbebdacafb321ea8ce339155d09 (diff)
downloadextras-bfc89926718b42631f2bcbe453f4308c8cb0f8c3.tar.gz
kexec.h is a uapi header.
Uapi is not a subdirectory of the old headers; it's the new alternative. Look for it in the right place. (Required by a recent external/kernel-headers fix.) Change-Id: I3ae468d3eb79b355dc1bf4127536c6e0f397555a
Diffstat (limited to 'kexec_tools')
-rw-r--r--kexec_tools/kexec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec_tools/kexec.h b/kexec_tools/kexec.h
index 2300ff56..c45b1b31 100644
--- a/kexec_tools/kexec.h
+++ b/kexec_tools/kexec.h
@@ -2,7 +2,7 @@
#define _SYS_KEXEC_H
#include <sys/cdefs.h>
-#include <uapi/linux/kexec.h>
+#include <linux/kexec.h>
#include <unistd.h>
#include <sys/syscall.h>
#include "kexec.h"