From: Geert Uytterhoeven Date: Mon, 13 Oct 2008 19:58:58 +0000 (+0200) Subject: HP input: kill warnings due to suseconds_t differences X-Git-Tag: v2.6.28-rc1~587 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7477fb6fbc339469ea945e007f3f7b3bb13b25f7;p=pandora-kernel.git HP input: kill warnings due to suseconds_t differences Kill compiler warnings related to printf() formats in the input drivers for various HP9000 machines, which are shared between PA-RISC (suseconds_t is int) and m68k (suseconds_t is long). As both are 32-bit, it's safe to cast to int. Signed-off-by: Geert Uytterhoeven Acked-by: Helge Deller Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed