From: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Date: Sat, 31 Jan 2009 05:11:59 +0000 (+0530) Subject: headers_check fix: arm, setup.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4af3bf6b393a2cec947cd42cc10fc03f5b782484;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git headers_check fix: arm, setup.h fix the following 'make headers_check' warnings: usr/include/asm-arm/setup.h:17: include of <linux/types.h> is preferred over <asm/types.h> usr/include/asm-arm/setup.h:25: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> --- diff --git a/arch/arm/include/asm/setup.h b/arch/arm/include/asm/setup.h index f2cd18a0932b..ee1304f22f94 100644 --- a/arch/arm/include/asm/setup.h +++ b/arch/arm/include/asm/setup.h @@ -14,7 +14,7 @@ #ifndef __ASMARM_SETUP_H #define __ASMARM_SETUP_H -#include <asm/types.h> +#include <linux/types.h> #define COMMAND_LINE_SIZE 1024