X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=net%2Fdsa%2Fmv88e6123_61_65.c;h=ec8c6a0482d3dde28385c498fbad59707da6ede3;hb=7eb19553369c46cc1fa64caf120cbcab1b597f7c;hp=555b164082fc271d6a15c83ecf398da85d9da9e4;hpb=e7dd8c1bdacf658b0ade51facb2f7eaf40eb0ac4;p=linux-block.git diff --git a/net/dsa/mv88e6123_61_65.c b/net/dsa/mv88e6123_61_65.c index 555b164082fc..ec8c6a0482d3 100644 --- a/net/dsa/mv88e6123_61_65.c +++ b/net/dsa/mv88e6123_61_65.c @@ -407,14 +407,14 @@ static struct dsa_switch_driver mv88e6123_61_65_switch_driver = { .get_sset_count = mv88e6123_61_65_get_sset_count, }; -int __init mv88e6123_61_65_init(void) +static int __init mv88e6123_61_65_init(void) { register_switch_driver(&mv88e6123_61_65_switch_driver); return 0; } module_init(mv88e6123_61_65_init); -void __exit mv88e6123_61_65_cleanup(void) +static void __exit mv88e6123_61_65_cleanup(void) { unregister_switch_driver(&mv88e6123_61_65_switch_driver); }