From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Upstream commit 5461c0248925836d7d10393ed0296aa82cb46e32 Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- compat/compat-3.8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/compat-3.8.c b/compat/compat-3.8.c index 62dafaf..02353a2 100644 --- a/compat/compat-3.8.c +++ b/compat/compat-3.8.c @@ -19,7 +19,7 @@ void netdev_set_default_ethtool_ops(struct net_device *dev, if (!dev->ethtool_ops) dev->ethtool_ops = ops; } -#else /* kernel is between 3.7.0 and 3.7.4 */; +#else /* kernel is between 3.7.0 and 3.7.4 */ void netdev_set_default_ethtool_ops(struct net_device *dev, const struct ethtool_ops *ops) { -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html