Skip to content
Snippets Groups Projects
Commit 381d7f05 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ramips: fix a section mismatch warning

SVN-Revision: 27382
parent 16ad91d6
No related branches found
No related tags found
No related merge requests found
...@@ -339,7 +339,7 @@ rt305x_esw_init(void) ...@@ -339,7 +339,7 @@ rt305x_esw_init(void)
return platform_driver_register(&rt305x_esw_driver); return platform_driver_register(&rt305x_esw_driver);
} }
static void __exit static void
rt305x_esw_exit(void) rt305x_esw_exit(void)
{ {
platform_driver_unregister(&rt305x_esw_driver); platform_driver_unregister(&rt305x_esw_driver);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment