Commit 45610225 authored by Johannes Berg's avatar Johannes Berg

um: time-travel: remove time_exit()

This function is unused and unneeded, remove it.

Link: https://patch.msgid.link/20240703130105.02b3a974acb7.I7264821f7cfa17ea713b7a3e4787aa41a3107d01@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent be5d511d
......@@ -1038,11 +1038,5 @@ static int __init um_bc_start(void)
return 0;
}
void __exit time_exit(void)
{
kobject_put(bc_time_kobject);
}
late_initcall(um_bc_start);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment