vtime: Remove the underscore prefix invasion
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / s390 / kernel / vtime.c
index 7903344..80d1dbc 100644 (file)
@@ -140,6 +140,10 @@ void vtime_account(struct task_struct *tsk)
 }
 EXPORT_SYMBOL_GPL(vtime_account);
 
+void vtime_account_system(struct task_struct *tsk)
+__attribute__((alias("vtime_account")));
+EXPORT_SYMBOL_GPL(vtime_account_system);
+
 void __kprobes vtime_stop_cpu(void)
 {
        struct s390_idle_data *idle = &__get_cpu_var(s390_idle);