Skip to content
Snippets Groups Projects
Commit 539a3c1d authored by laserbeamh's avatar laserbeamh
Browse files

Upload New File

parent 11e2f9d9
No related branches found
No related tags found
No related merge requests found
diff --git a/drivers/usb/gadget/function/f_fs.c b/drivers/usb/gadget/function/f_fs.c
index d7304ad18c2a..659d813ddd21 100644
--- a/drivers/usb/gadget/function/f_fs.c
+++ b/drivers/usb/gadget/function/f_fs.c
@@ -4309,7 +4309,6 @@ static int ffs_init(void)
return 0;
}
-module_init(ffs_init);
static void __exit ffs_exit(void)
{
@@ -4332,7 +4331,6 @@ static void __exit ffs_exit(void)
ffs_ipc_log = NULL;
}
}
-module_exit(ffs_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Michal Nazarewicz");
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