diff options
| author | Jaswinder Singh Rajput <[email protected]> | 2009-06-17 14:44:19 +0530 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-06-17 18:56:30 +0200 |
| commit | 4555835b707d5c778ee1c9076670bc99b1eeaf61 (patch) | |
| tree | 101b6e6f5c10aece8b1387e1218b4db5ef8d5ea7 /scripts/objdiff | |
| parent | eadb8a091b27a840de7450f84ecff5ef13476424 (diff) | |
x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler should be static
arch_check_va_in_kernelspace() and hw_breakpoint_handler() is used only by same file so it should be static.
Also fixed non-ANSI function declaration of function 'arch_uninstall_thread_hw_breakpoint'
Fixed following sparse warnings :
arch/x86/kernel/hw_breakpoint.c:124:42: warning: non-ANSI function declaration of function 'arch_uninstall_thread_hw_breakpoint'
arch/x86/kernel/hw_breakpoint.c:169:5: warning: symbol 'arch_check_va_in_kernelspace' was not declared. Should it be static?
arch/x86/kernel/hw_breakpoint.c:313:15: warning: symbol 'hw_breakpoint_handler' was not declared. Should it be static?
Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: Alan Stern <[email protected]>
Cc: "K.Prasad" <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions