From: Christian Lamparter Date: Thu, 25 Aug 2011 21:47:35 +0000 (+0200) Subject: p54: Use do_div for 64-bit division to fix 32-bit kernels X-Git-Tag: v3.2-rc1~129^2~287^2^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cda0fd6096355ad4b0d99b691c2f9ca3198d745;p=pandora-kernel.git p54: Use do_div for 64-bit division to fix 32-bit kernels Use the do_div macro for 64-bit division. Otherwise, the module will reference __udivdi3 under 32-bit kernels, which is not allowed in kernel space. Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- Reading git-diff-tree failed