Skip to content

Commit

Permalink
s390/appldata: restore missing init_virt_timer()
Browse files Browse the repository at this point in the history
Commit 27f6b41 "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>
  • Loading branch information
Gerald Schaefer authored and Martin Schwidefsky committed Jan 29, 2014
1 parent 0f308f4 commit b7c5b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/s390/appldata/appldata_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b7c5b1a

Please sign in to comment.