From: Alex Shi Date: Wed, 12 Jun 2013 21:05:10 +0000 (-0700) Subject: include/linux/math64.h: add div64_ul() X-Git-Tag: v3.10-rc6~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2853c8df57f49620d26f317d7d43347c29bfc2e;p=pandora-kernel.git include/linux/math64.h: add div64_ul() There is div64_long() to handle the s64/long division, but no mocro do u64/ul division. It is necessary in some scenarios, so add this function. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: Alex Shi Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed