> drivers/net/ppp_deflate.o(.data+0x0): multiple definition of `deflate_copyright'
> fs/jffs2/jffs2.o(.data+0x20): first defined here
> drivers/net/ppp_deflate.o: In function `deflateInit_':
> drivers/net/ppp_deflate.o(.text+0x0): multiple definition of `deflateInit_'
> ...
> What happened to the idea of puttting the deflate code in its own
> object with exported symbols, instead of duplicating it in each
> directory?
Well the PPP one is different due to RFC-ishness...
The rest could be merged most likely.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/