From: viresh kumar Date: Thu, 23 Feb 2012 03:41:05 +0000 (+0100) Subject: ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type bool X-Git-Tag: upstream/snapshot3+hdmi~8022^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e55d0527e4925a49464a5b26fdabae1f7a91a77;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: 7339/1: amba/serial.h: Include types.h for resolving dependency of type bool serial.h uses bool, but its definition is missing, as it doesn't include types.h. Fix this by including types.h Signed-off-by: Viresh Kumar Signed-off-by: Russell King --- diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h index 514ed45..d117b29 100644 --- a/include/linux/amba/serial.h +++ b/include/linux/amba/serial.h @@ -23,6 +23,8 @@ #ifndef ASM_ARM_HARDWARE_SERIAL_AMBA_H #define ASM_ARM_HARDWARE_SERIAL_AMBA_H +#include + /* ------------------------------------------------------------------------------- * From AMBA UART (PL010) Block Specification * -------------------------------------------------------------------------------