Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ezequiel Garcia and committed by
Ley Foon Tan
2009337e baa54ab9

+2
+2
arch/nios2/include/uapi/asm/ptrace.h
··· 14 14 15 15 #ifndef __ASSEMBLY__ 16 16 17 + #include <linux/types.h> 18 + 17 19 /* 18 20 * Register numbers used by 'ptrace' system call interface. 19 21 */