diff options
author | Elliott Hughes <enh@google.com> | 2013-11-25 14:22:37 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2013-12-04 15:00:52 -0800 |
commit | 9536b8c997148d5ef2ae640a792a65ccbfb5a5f7 (patch) | |
tree | 02135c1d063fb068b6cd103291b0fc2c0eae8eab /fastbootd/commands/boot.h | |
parent | baf4c4bdeff4d21c564ae89698538efb8ef4d8b2 (diff) | |
download | system_core-9536b8c997148d5ef2ae640a792a65ccbfb5a5f7.zip system_core-9536b8c997148d5ef2ae640a792a65ccbfb5a5f7.tar.gz system_core-9536b8c997148d5ef2ae640a792a65ccbfb5a5f7.tar.bz2 |
Fix fastbootd's <linux/kexec.h> reference.
Change-Id: I28ce0288a6377153a96d3a98d6913d1271e3112f
Diffstat (limited to 'fastbootd/commands/boot.h')
-rw-r--r-- | fastbootd/commands/boot.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |