mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
um: time-travel: remove time_exit()
This function is unused and unneeded, remove it. Link: https://patch.msgid.link/20240703130105.02b3a974acb7.I7264821f7cfa17ea713b7a3e4787aa41a3107d01@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
be5d511d1a
commit
4561022588
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user