From: Viresh Kumar Date: Thu, 25 Oct 2012 22:51:21 +0000 (+0200) Subject: cpufreq: Fix sparse warnings by updating cputime64_t to u64 X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~12^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e7586a18a2ab69a160837c0a4be31f7147cfb5e;p=pandora-kernel.git cpufreq: Fix sparse warnings by updating cputime64_t to u64 There were few sparse warnings due to mismatch of type on function arguments. Two types were used u64 and cputime64_t. Both are actually u64, so use u64 only. Reported-by: Fengguang Wu Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed