]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/dsa/mv88e6131.c
net: Make static
[linux-2.6-omap-h63xx.git] / net / dsa / mv88e6131.c
index 36e01eb863a0af7f778dd3d748271b918bc4166f..374d46a01265a334901bc652c57b939a419ddfaf 100644 (file)
@@ -366,14 +366,14 @@ static struct dsa_switch_driver mv88e6131_switch_driver = {
        .get_sset_count         = mv88e6131_get_sset_count,
 };
 
-int __init mv88e6131_init(void)
+static int __init mv88e6131_init(void)
 {
        register_switch_driver(&mv88e6131_switch_driver);
        return 0;
 }
 module_init(mv88e6131_init);
 
-void __exit mv88e6131_cleanup(void)
+static void __exit mv88e6131_cleanup(void)
 {
        unregister_switch_driver(&mv88e6131_switch_driver);
 }