diff options
Diffstat (limited to 'arch/s390/kernel/s390_ext.c')
| -rw-r--r-- | arch/s390/kernel/s390_ext.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/s390/kernel/s390_ext.c b/arch/s390/kernel/s390_ext.c index a0d2d55d7fb..0de305b598c 100644 --- a/arch/s390/kernel/s390_ext.c +++ b/arch/s390/kernel/s390_ext.c @@ -10,10 +10,11 @@  #include <linux/module.h>  #include <linux/kernel.h>  #include <linux/slab.h> +#include <linux/ftrace.h>  #include <linux/errno.h>  #include <linux/kernel_stat.h>  #include <linux/interrupt.h> -#include <asm/cpu.h> +#include <asm/cputime.h>  #include <asm/lowcore.h>  #include <asm/s390_ext.h>  #include <asm/irq_regs.h> @@ -112,7 +113,7 @@ int unregister_early_external_interrupt(__u16 code, ext_int_handler_t handler,  	return 0;  } -void do_extint(struct pt_regs *regs, unsigned short code) +void __irq_entry do_extint(struct pt_regs *regs, unsigned short code)  {          ext_int_info_t *p;          int index;  |