mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux.git
This commit is contained in:
@@ -1649,24 +1649,16 @@ out:
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
late_initcall(run_all_tests);
|
||||
|
||||
/*
|
||||
* Module setup
|
||||
*/
|
||||
|
||||
#ifdef MODULE
|
||||
|
||||
static void __exit kprobe_test_exit(void)
|
||||
{
|
||||
}
|
||||
|
||||
module_init(run_all_tests)
|
||||
module_exit(kprobe_test_exit)
|
||||
|
||||
MODULE_DESCRIPTION("Test code for ARM kprobes");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
#else /* !MODULE */
|
||||
|
||||
late_initcall(run_all_tests);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user