1
0
Fork 0

nios2: Add types.h header required for __u32 type

Reported by the header checker (CONFIG_HEADERS_CHECK=y):

  CHECK   usr/include/asm/ (31 files)
./usr/include/asm/ptrace.h:77: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Acked-by: Ley Foon Tan <lftan@altera.com>
hifive-unleashed-5.1
Ezequiel Garcia 2015-04-24 14:48:35 +08:00 committed by Ley Foon Tan
parent baa54ab93c
commit 2009337e30
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#ifndef __ASSEMBLY__
#include <linux/types.h>
/*
* Register numbers used by 'ptrace' system call interface.
*/