Need this in later sky2 code.
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- a/lib/reciprocal_div.c 2007-06-25 09:03:23.000000000 -0700
+++ b/lib/reciprocal_div.c 2007-08-29 11:30:38.000000000 -0700
@@ -1,5 +1,6 @@
#include <asm/div64.h>
#include <linux/reciprocal_div.h>
+#include <linux/module.h>
u32 reciprocal_value(u32 k)
{
@@ -7,3 +8,4 @@ u32 reciprocal_value(u32 k)
do_div(val, k);
return (u32)val;
}
+EXPORT_SYMBOL(reciprocal_value);
--
Stephen Hemminger <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html