Skip to content

Commit

Permalink
Merge branch 'ucc_geth' of master.kernel.org:/pub/scm/linux/kernel/gi…
Browse files Browse the repository at this point in the history
…t/leo/fsl-soc into upstream-fixes
  • Loading branch information
Jeff Garzik committed Aug 7, 2007
2 parents 8eb7ad6 + 7c5b016 commit 0ae842e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/ucc_geth_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ static const struct ethtool_ops uec_ethtool_ops = {
.get_stats_count = uec_get_stats_count,
.get_strings = uec_get_strings,
.get_ethtool_stats = uec_get_ethtool_stats,
.get_perm_addr = ethtool_op_get_perm_addr,
};

void uec_set_ethtool_ops(struct net_device *netdev)
Expand Down
3 changes: 2 additions & 1 deletion drivers/net/ucc_geth_mii.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ int __init uec_mdio_init(void)
return of_register_platform_driver(&uec_mdio_driver);
}

void __exit uec_mdio_exit(void)
/* called from __init ucc_geth_init, therefore can not be __exit */
void uec_mdio_exit(void)
{
of_unregister_platform_driver(&uec_mdio_driver);
}

0 comments on commit 0ae842e

Please sign in to comment.