Re: [2.6 patch] ip_conntrack_helper_h323.c: EXPORT_SYMBOL'ed functions shouldn't be static
From: "David S. Miller" <davem@davemloft.net>
Date: 2006-03-24 00:17:41
Also in:
lkml, netfilter-devel
From: "David S. Miller" <davem@davemloft.net>
Date: 2006-03-24 00:17:41
Also in:
lkml, netfilter-devel
From: Adrian Bunk <redacted> Date: Fri, 24 Mar 2006 01:08:01 +0100
EXPORT_SYMBOL'ed functions shouldn't be static. Signed-off-by: Adrian Bunk <redacted>
Fixed in Linus's tree as of yesterday. I actually have a patch from Patrick McHardy that will make this kind of error a build time failure instead of silently working in the modular case. I just need to test it out a bit before pushing.