7e5d5b93ba99ad3dc56f1e294f487e77d2daa8 author Christian Lamparter 1314308855 +0200 committer John W. Linville 1314645929 -0400 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 F