Need this in later sky2 code. Signed-off-by: Stephen Hemminger --- 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 #include +#include 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 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html