commit | a3afb4c6172b03243bcb140620b1e62786df132d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Nov 25 14:22:37 2013 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Nov 25 14:22:37 2013 -0800 |
tree | 5362f38d88d0cd1a85e8b3251442524881680aa0 | |
parent | b451ea185beb4dee111c3cd8a2d818b9f3581dd0 [diff] |
Fix fastbootd's <linux/kexec.h> reference. Change-Id: I28ce0288a6377153a96d3a98d6913d1271e3112f
diff --git a/fastbootd/commands/boot.h b/fastbootd/commands/boot.h index bfbf1de..901c38a 100644 --- a/fastbootd/commands/boot.h +++ b/fastbootd/commands/boot.h
@@ -33,12 +33,10 @@ #define __FASTBOOT_BOOT_H #include <sys/cdefs.h> -#include <uapi/linux/kexec.h> +#include <linux/kexec.h> #include "bootimg.h" -#define KEXEC_SEGMENT_MAX 16 - #define KEXEC_TYPE_DEFAULT 0 #define KEXEC_TYPE_CRASH 1