From: Steven Whitehouse Date: Tue, 26 Sep 2006 06:32:40 +0000 (-0700) Subject: [PATCH] add DIV_ROUND_UP() X-Git-Tag: v2.6.19-rc1~1115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=930631edd4b1fe2781d9fe90edbe35d89dfc94cc;p=pandora-kernel.git [PATCH] add DIV_ROUND_UP() Add the DIV_ROUND_UP() helper macro: divide `n' by `d', rounding up. Stolen from the gfs2 tree(!) because the swsusp patches need it. Signed-off-by: Steven Whitehouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed