[patch] 2.4.28-rc3: __neigh_for_each_release must be EXPORT_SYMBOL'ed

From: Adrian Bunk
Date: Mon Nov 15 2004 - 18:22:52 EST


On Mon, Nov 15, 2004 at 05:27:56PM +0200, O.Sezer wrote:

> A similar export should also be needed for __neigh_for_each_release :
>
> /sbin/depmod -ae -F System.map 2.4.28-rc3aac2
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.28-rc3aac2/kernel/net/atm/clip.o
> depmod: __neigh_for_each_release


Thanks for this report.

For some strange reason, this wasn't covered by the modular .config I
used for testing...

Patch (on top of my other patch) below.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.4.28-rc3-modular/net/core/neighbour.c.old 2004-11-15 22:14:54.000000000 +0100
+++ linux-2.4.28-rc3-modular/net/core/neighbour.c 2004-11-15 22:15:19.000000000 +0100
@@ -1597,6 +1597,7 @@
}
}
}
+EXPORT_SYMBOL(__neigh_for_each_release);

#ifdef CONFIG_PROC_FS



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/