PATCH: apply some patches from my CM kernel (that came from CAF, not CM)
/include/linux/math64.h
blob:a6130a754eef056334a23d9345ed41d10148a5b6 -> blob:b8ba85544721fd911ce52c61e08a8ba88328ecfe
--- include/linux/math64.h
+++ include/linux/math64.h
@@ -49,8 +49,6 @@ static inline s64 div64_s64(s64 dividend
#define div64_long(x,y) div_s64((x),(y))
-#define div64_long(x,y) div_s64((x),(y))
-
#ifndef div_u64_rem
static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder)
{