]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/asm-sh/kdebug.h
Pull bugzilla-8768 into release branch
[karo-tx-linux.git] / include / asm-sh / kdebug.h
index 16578b7c9da12cf3ac7a2100ebaeea7e287fce73..382cfc7deb732b233170b3e1ec69edb6d14abb17 100644 (file)
@@ -6,10 +6,6 @@
 /* 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 */