X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fkdebug.h;h=49cd69051a8896392fa1c9335c1770c802d1aa15;hb=13c48c490208d9e70d8d66d56f96c5054db69af7;hp=16578b7c9da12cf3ac7a2100ebaeea7e287fce73;hpb=ba7cc09c9c9e29a57045dc5bbf843ac1cfad3283;p=linux-2.6 diff --git a/include/asm-sh/kdebug.h b/include/asm-sh/kdebug.h index 16578b7c9d..49cd69051a 100644 --- a/include/asm-sh/kdebug.h +++ b/include/asm-sh/kdebug.h @@ -1,15 +1,9 @@ #ifndef __ASM_SH_KDEBUG_H #define __ASM_SH_KDEBUG_H -#include - /* Grossly misnamed. */ enum die_val { DIE_TRAP, - DIE_PAGE_FAULT, }; -int register_page_fault_notifier(struct notifier_block *nb); -int unregister_page_fault_notifier(struct notifier_block *nb); - #endif /* __ASM_SH_KDEBUG_H */