diff options
Diffstat (limited to 'net/dsa/mv88e6131.c')
-rw-r--r-- | net/dsa/mv88e6131.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/dsa/mv88e6131.c b/net/dsa/mv88e6131.c index 45f41239381c..6786ba48c106 100644 --- a/net/dsa/mv88e6131.c +++ b/net/dsa/mv88e6131.c | |||
@@ -428,3 +428,8 @@ struct dsa_switch_driver mv88e6131_switch_driver = { | |||
428 | .get_ethtool_stats = mv88e6131_get_ethtool_stats, | 428 | .get_ethtool_stats = mv88e6131_get_ethtool_stats, |
429 | .get_sset_count = mv88e6131_get_sset_count, | 429 | .get_sset_count = mv88e6131_get_sset_count, |
430 | }; | 430 | }; |
431 | |||
432 | MODULE_ALIAS("platform:mv88e6085"); | ||
433 | MODULE_ALIAS("platform:mv88e6095"); | ||
434 | MODULE_ALIAS("platform:mv88e6095f"); | ||
435 | MODULE_ALIAS("platform:mv88e6131"); | ||