diff mbox

[00/14] Network devices ops (wave 4)

Message ID 20081126.015332.152884272.davem@davemloft.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

David Miller Nov. 26, 2008, 9:53 a.m. UTC
From: David Miller <davem@davemloft.net>
Date: Tue, 25 Nov 2008 21:06:58 -0800 (PST)

> From: Stephen Hemminger <shemminger@linux-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@davemloft.net>
---
 drivers/net/smc-mca.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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,