]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/s390/kernel/traps.c
[S390] Fix a lot of sparse warnings.
[linux-2.6-omap-h63xx.git] / arch / s390 / kernel / traps.c
index 9452a205629b0131897e5d02443c971fce3f020d..b3524134f21349bed9f6fb87c88170b6aee64102 100644 (file)
 #include <asm/s390_ext.h>
 #include <asm/lowcore.h>
 #include <asm/debug.h>
+#include "entry.h"
 
-/* Called from entry.S only */
-extern void handle_per_exception(struct pt_regs *regs);
-
-typedef void pgm_check_handler_t(struct pt_regs *, long);
 pgm_check_handler_t *pgm_check_table[128];
 
 #ifdef CONFIG_SYSCTL