Re: [BUILD_FAILURE] linux-next: 20081125 - 8390 network driverbuild fails

From: Alan Cox
Date: Tue Nov 25 2008 - 14:39:20 EST


> The problem is that both 8390.c and 8390p.c #include lib8390.c
> and when they are both linked to built-in drivers (not loadable
> modules), the symbols in lib8390.c are duplicated. I think.

And the symbols in question are static so are scoped within the file
only. Thats why it looks to me as if someone has done "#define static" in
another patch somewhere in -next.

Alan
--
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/