ramips: fix a section mismatch warning
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jul 2011 15:01:46 +0000 (15:01 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Jul 2011 15:01:46 +0000 (15:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27382 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/files/drivers/net/ramips_esw.c

index df567a7..c6b5db7 100644 (file)
@@ -339,7 +339,7 @@ rt305x_esw_init(void)
        return platform_driver_register(&rt305x_esw_driver);
 }
 
-static void __exit
+static void
 rt305x_esw_exit(void)
 {
        platform_driver_unregister(&rt305x_esw_driver);