Re: build issue #564 for v2.6.27-rc4 : undefined reference to`NS8390p_init'

From: Alan Cox
Date: Fri Aug 22 2008 - 14:47:37 EST


> For the record, and from memory, there were three patches.

I would go take a look at the archive if I was you: there were bits from
Ingo and others too.

The diff you are looking for however appears to be this, which reverts part
of the follow on patches to the correct original. I shall however refrain
from looking smug because while the original wd patch was right I'm also the
idiot who put the bug back into the tree.

Signed-off-by: Alan 'pass the paper bags' Cox <alan@xxxxxxxxxx>

--- drivers/net/wd.c~ 2008-08-22 19:17:01.000000000 +0100
+++ drivers/net/wd.c 2008-08-22 19:17:01.000000000 +0100
@@ -337,7 +337,7 @@
#ifdef CONFIG_NET_POLL_CONTROLLER
dev->poll_controller = ei_poll;
#endif
- NS8390p_init(dev, 0);
+ NS8390_init(dev, 0);

#if 1
/* Enable interrupt generation on softconfig cards -- M.U */
--
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/