[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20081126.015332.152884272.davem@davemloft.net>
Date: Wed, 26 Nov 2008 01:53:32 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: shemminger@...ux-foundation.org
Cc: netdev@...r.kernel.org
Subject: Re: [patch 00/14] Network devices ops (wave 4)
From: David Miller <davem@...emloft.net>
Date: Tue, 25 Nov 2008 21:06:58 -0800 (PST)
> From: Stephen Hemminger <shemminger@...ux-foundation.org>
> Date: Tue, 25 Nov 2008 17:14:19 -0800
>
> > This fixes the build bug for 8390 library based drivers,
> > then updates a bunch more drivers. Build tested all the network drivers
> > on x86.
>
> All applied thanks Stephen.
Ummm, Stephen, I need to add the following build fix
to the net-next-2.6
Please be more careful next time.
smc-mca: Fix build failure due to typo.
ultra_netdev_ops --> ultramca_netdev_ops
Signed-off-by: David S. Miller <davem@...emloft.net>
---
drivers/net/smc-mca.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/smc-mca.c b/drivers/net/smc-mca.c
index ae5f38d..404b80e 100644
--- a/drivers/net/smc-mca.c
+++ b/drivers/net/smc-mca.c
@@ -183,7 +183,7 @@ static char *smc_mca_adapter_names[] __initdata = {
static int ultra_found = 0;
-static const struct net_device_ops ultra_netdev_ops = {
+static const struct net_device_ops ultramca_netdev_ops = {
.ndo_open = ultramca_open,
.ndo_stop = ultramca_close_card,
--
1.5.6.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists