]> err.no Git - linux-2.6/blobdiff - include/asm-x86/kdebug.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[linux-2.6] / include / asm-x86 / kdebug.h
index 7063281040da809a107ef915d15536b102dda4f1..96651bb59ba18c6f8506d985f9c98a757617a338 100644 (file)
@@ -35,11 +35,4 @@ extern void show_regs(struct pt_regs *regs);
 extern unsigned long oops_begin(void);
 extern void oops_end(unsigned long, struct pt_regs *, int signr);
 
-typedef int (*pf_handler_func)(struct pt_regs *regs,
-                               unsigned long error_code,
-                               unsigned long address);
-
-extern int mmiotrace_register_pf(pf_handler_func new_pfh);
-extern int mmiotrace_unregister_pf(pf_handler_func old_pfh);
-
 #endif