]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/dsa/mv88e6123_61_65.c
net: Make static
[linux-2.6-omap-h63xx.git] / net / dsa / mv88e6123_61_65.c
index 555b164082fc271d6a15c83ecf398da85d9da9e4..ec8c6a0482d3dde28385c498fbad59707da6ede3 100644 (file)
@@ -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);
 }