From: Ben Dooks Date: Sun, 17 Dec 2006 22:22:26 +0000 (+0100) Subject: [ARM] 4049/1: S3C24XX: fix sparse warning due to upf_t in regs-serial.h X-Git-Tag: v2.6.20-rc2~87^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d1f542e3f44f8988b601e3ca6277c143282179;p=pandora-kernel.git [ARM] 4049/1: S3C24XX: fix sparse warning due to upf_t in regs-serial.h Change the include/asm-arm/arch-s3c2410/regs-serial.h platform data to use the prorper type (upf_t) for the uart_flags. Fix all the other parts of arch/arm/mach-s3c2410 to include and all other uses of the include file. mach-rx3715.c:101:18: warning: incorrect type in initializer (different base types) mach-rx3715.c:101:18: expected unsigned long [unsigned] uart_flags mach-rx3715.c:101:18: got restricted unsigned int [usertype] [force] Signed-off-by: Ben Dooks Signed-off-by: Russell King --- Reading git-diff-tree failed