From: Heiko Carstens Date: Thu, 22 Sep 2011 07:19:17 +0000 (+0200) Subject: time, s390: Get rid of compile warning X-Git-Tag: v3.2-rc1~160^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35f95b36e43f67a6f806172555a152c11ea0a78;p=pandora-kernel.git time, s390: Get rid of compile warning "s390: Use direct ktime path for s390 clockevent device" in linux-next introduces this compile warning: arch/s390/kernel/time.c: In function 's390_next_ktime': arch/s390/kernel/time.c:118:2: warning: comparison of distinct pointer types lacks a cast [enabled by default] Just use a u64 instead of an s64 variable. This is not a problem since it will always contain a positive value. Signed-off-by: Heiko Carstens Cc: Martin Schwidefsky Link: http://lkml.kernel.org/r/1316675957-5538-1-git-send-email-heiko.carstens@de.ibm.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed