From: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> Date: Thu, 28 May 2009 15:26:43 +1000 (EST)
Changeset ca17584bf2ad1b1e37a5c0e4386728cc5fc9dabc broke mac8390 by adding 8390.o to the link. That meant that lib8390.c was included twice, once in mac8390.c and once in 8390.c, subject to different macros. This patch reverts that by avoiding the wrappers in 8390.c. They seem to be of no value since COMPAT_NET_DEV_OPS is going away soon. Tested with a Kinetics EtherPort card. Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx>
I already applied your other patch, it's in Linus's tree already in fact. So you need to send something relative to that. -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html