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.2.64~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79e70e9dc0cb707ad58ce8d3ed75b50610581edd;p=pandora-kernel.git include/linux/math64.h: add div64_ul() commit c2853c8df57f49620d26f317d7d43347c29bfc2e upstream. 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed