diff options
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/kdebug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-sh/kdebug.h b/include/asm-sh/kdebug.h index 16578b7c9da1..382cfc7deb73 100644 --- a/include/asm-sh/kdebug.h +++ b/include/asm-sh/kdebug.h | |||
@@ -6,10 +6,6 @@ | |||
6 | /* Grossly misnamed. */ | 6 | /* Grossly misnamed. */ |
7 | enum die_val { | 7 | enum die_val { |
8 | DIE_TRAP, | 8 | DIE_TRAP, |
9 | DIE_PAGE_FAULT, | ||
10 | }; | 9 | }; |
11 | 10 | ||
12 | int register_page_fault_notifier(struct notifier_block *nb); | ||
13 | int unregister_page_fault_notifier(struct notifier_block *nb); | ||
14 | |||
15 | #endif /* __ASM_SH_KDEBUG_H */ | 11 | #endif /* __ASM_SH_KDEBUG_H */ |