[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <48B51C19.9050800@pobox.com>
Date: Wed, 27 Aug 2008 05:19:21 -0400
From: Jeff Garzik <jgarzik@...ox.com>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
CC: Andrew Morton <akpm@...ux-foundation.org>, rdunlap@...otime.net,
toralf.foerster@....de, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: build issue #564 for v2.6.27-rc4 : undefined reference to `NS8390p_init'
Alan Cox wrote:
>> 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@...hat.com>
>
> --- 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
applied
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists