On Sat, 21 Apr 2012 02:53:23 -0400 Mike Frysinger <vapier@xxxxxxxxxx> wrote: > If we don't have --gc-sections support, linking kmod fails: > libkmod/.libs/libkmod-util.a(libkmod-util.o): In function > 'underscores': libkmod/libkmod-util.c:117: undefined reference to > 'kmod_log' > > This is because kmod_log is missing the export define, even though > it's already listed in the exported symbol list. > > Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> > --- > libkmod/libkmod.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Patch has been applied (and s-o-b removed, since we don't use that in kmod). Thanks Lucas De Marchi -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html