Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390: Remove leftover account_tick_vtime() header

The function doesn't seem to exist anymore.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>

-2
-2
arch/s390/include/asm/switch_to.h
··· 89 89 prev = __switch_to(prev,next); \ 90 90 } while (0) 91 91 92 - extern void account_tick_vtime(struct task_struct *); 93 - 94 92 #define finish_arch_switch(prev) do { \ 95 93 set_fs(current->thread.mm_segment); \ 96 94 } while (0)