Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277953
b: refs/heads/master
c: 3d825ed
h: refs/heads/master
i:
  277951: 912bb3e
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Nov 26, 2011
1 parent 063a101 commit fc38674
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 98e673080bd90b9338428be92dd3597798aac3ed
refs/heads/master: 3d825ede8c79a4799a6a3c34719551c7c1908b96
5 changes: 5 additions & 0 deletions trunk/net/dsa/mv88e6060.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,8 @@ static void __exit mv88e6060_cleanup(void)
unregister_switch_driver(&mv88e6060_switch_driver);
}
module_exit(mv88e6060_cleanup);

MODULE_AUTHOR("Lennert Buytenhek <buytenh@wantstofly.org>");
MODULE_DESCRIPTION("Driver for Marvell 88E6060 ethernet switch chip");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:mv88e6060");
4 changes: 4 additions & 0 deletions trunk/net/dsa/mv88e6123_61_65.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,7 @@ struct dsa_switch_driver mv88e6123_61_65_switch_driver = {
.get_ethtool_stats = mv88e6123_61_65_get_ethtool_stats,
.get_sset_count = mv88e6123_61_65_get_sset_count,
};

MODULE_ALIAS("platform:mv88e6123");
MODULE_ALIAS("platform:mv88e6161");
MODULE_ALIAS("platform:mv88e6165");
5 changes: 5 additions & 0 deletions trunk/net/dsa/mv88e6131.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,8 @@ struct dsa_switch_driver mv88e6131_switch_driver = {
.get_ethtool_stats = mv88e6131_get_ethtool_stats,
.get_sset_count = mv88e6131_get_sset_count,
};

MODULE_ALIAS("platform:mv88e6085");
MODULE_ALIAS("platform:mv88e6095");
MODULE_ALIAS("platform:mv88e6095f");
MODULE_ALIAS("platform:mv88e6131");
4 changes: 4 additions & 0 deletions trunk/net/dsa/mv88e6xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,3 +543,7 @@ static void __exit mv88e6xxx_cleanup(void)
#endif
}
module_exit(mv88e6xxx_cleanup);

MODULE_AUTHOR("Lennert Buytenhek <buytenh@wantstofly.org>");
MODULE_DESCRIPTION("Driver for Marvell 88E6XXX ethernet switch chips");
MODULE_LICENSE("GPL");

0 comments on commit fc38674

Please sign in to comment.