The patch titled export reciprocal_value for modules has been removed from the -mm tree. Its filename was export-reciprocal_value-for-modules.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ Subject: export reciprocal_value for modules From: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Need this in later sky2 code. Signed-off-by: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/reciprocal_div.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN lib/reciprocal_div.c~export-reciprocal_value-for-modules lib/reciprocal_div.c --- a/lib/reciprocal_div.c~export-reciprocal_value-for-modules +++ a/lib/reciprocal_div.c @@ -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); _ Patches currently in -mm which might be from shemminger@xxxxxxxxxxxxxxxxxxxx are origin.patch fix-oops-in-platform-uevent.patch git-infiniband.patch git-input.patch git-net.patch pci-x-pci-express-read-control-interfaces-e1000.patch export-reciprocal_value-for-modules.patch skge-remove-broken-and-unused-phy_m_pc_mdi_xmode-macro.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html