ARM: Include stdint.h in cpu.h.
cpu.h uses standard int types but doesn't include stdint.h, getting by because the including files apparently had included stdint.h before including cpu.h. BUG=None TEST=Built and booted into depthcharge on nyan. BRANCH=None Change-Id: Ibaf2e66c936184464cd31f4bb53abac7765ed473 Signed-off-by: Gabe Black <gabeblack@google.com> Reviewed-on: https://chromium-review.googlesource.com/173774 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Gabe Black <gabeblack@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org>
This commit is contained in:
parent
f415d2c0aa
commit
f1930faea3
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef __ARCH_CPU_H__
|
||||
#define __ARCH_CPU_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define asmlinkage
|
||||
|
||||
#if !defined(__PRE_RAM__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue