
ralf at linux-mips
Nov 5, 2009, 7:25 AM
Post #1 of 1
(42 views)
Permalink
|
|
[PATCH 1/6] Staging: Octeon: Fix compile error in drivers/staging/octeon/ethernet-mdio.c
|
|
From: David Daney <ddaney [at] caviumnetworks> Signed-off-by: David Daney <ddaney [at] caviumnetworks> Cc: Greg Kroah-Hartman <gregkh [at] suse> Cc: devel [at] driverdev Cc: linux-kernel [at] vger Cc: linux-mips [at] linux-mips Cc: netdev [at] vger Signed-off-by: Ralf Baechle <ralf [at] linux-mips> drivers/staging/octeon/ethernet-mdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: upstream-linus/drivers/staging/octeon/ethernet-mdio.c =================================================================== --- upstream-linus.orig/drivers/staging/octeon/ethernet-mdio.c +++ upstream-linus/drivers/staging/octeon/ethernet-mdio.c @@ -170,7 +170,7 @@ static u32 cvm_oct_get_link(struct net_d return ret; } -struct const ethtool_ops cvm_oct_ethtool_ops = { +const struct ethtool_ops cvm_oct_ethtool_ops = { .get_drvinfo = cvm_oct_get_drvinfo, .get_settings = cvm_oct_get_settings, .set_settings = cvm_oct_set_settings, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|