From: Herbert Xu Sent: 1/18/2006 1:28:38 AM > Kris Katterjohn <[EMAIL PROTECTED]> wrote: > > > > -#include <linux/module.h> > > Well I decided to double-check your patch. It seems that the very first > removal is bogus. This file is needed for EXPORT_SYMBOL. > > Please recheck the rest.
Since it can't be a module and is always built in, we can just remove the EXPORT_SYMBOL()s, right? Signed-off-by: Kris Katterjohn <[EMAIL PROTECTED]> --- x/net/core/filter.c 2006-01-18 08:35:22.000000000 -0600 +++ y/net/core/filter.c 2006-01-18 08:35:04.000000000 -0600 @@ -422,5 +422,3 @@ int sk_attach_filter(struct sock_fprog * return err; } -EXPORT_SYMBOL(sk_chk_filter); -EXPORT_SYMBOL(sk_run_filter); - 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