s390/appldata: restore missing init_virt_timer()
Commit 27f6b416
"s390/vtimer: rework virtual timer interface" removed
the call to init_virt_timer() by mistake, which is added again by this
patch.
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
0f308f4f9e
commit
b7c5b1aa28
|
@ -529,6 +529,7 @@ static int __init appldata_init(void)
|
|||
{
|
||||
int rc;
|
||||
|
||||
init_virt_timer(&appldata_timer);
|
||||
appldata_timer.function = appldata_timer_function;
|
||||
appldata_timer.data = (unsigned long) &appldata_work;
|
||||
|
||||
|
|
Loading…
Reference in New Issue