We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5228084 commit 2b3f8ffCopy full SHA for 2b3f8ff
kernel/torture.c
@@ -599,7 +599,7 @@ static void torture_stutter_cleanup(void)
599
* The runnable parameter points to a flag that controls whether or not
600
* the test is currently runnable. If there is no such flag, pass in NULL.
601
*/
602
-bool __init torture_init_begin(char *ttype, bool v, int *runnable)
+bool torture_init_begin(char *ttype, bool v, int *runnable)
603
{
604
mutex_lock(&fullstop_mutex);
605
if (torture_type != NULL) {
@@ -619,7 +619,7 @@ EXPORT_SYMBOL_GPL(torture_init_begin);
619
/*
620
* Tell the torture module that initialization is complete.
621
622
-void __init torture_init_end(void)
+void torture_init_end(void)
623
624
mutex_unlock(&fullstop_mutex);
625
register_reboot_notifier(&torture_shutdown_nb);
0 commit comments