diff options
| author | Jaswinder Singh Rajput <[email protected]> | 2009-07-01 19:52:30 +0530 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-07-01 16:53:27 +0200 |
| commit | 9d22b536609abf0d64648f99518676ea58245e3b (patch) | |
| tree | a4e68e199ec55a31a9fb16e54e8ca1aaa1027f33 /scripts/objdiff | |
| parent | 4555835b707d5c778ee1c9076670bc99b1eeaf61 (diff) | |
x86: Mark ptrace_get_debugreg() as static
This sparse warning:
arch/x86/kernel/ptrace.c:560:15: warning: symbol 'ptrace_get_debugreg' was not declared. Should it be static?
triggers because ptrace_get_debugreg() is global but is only
used in a single .c file. change ptrace_get_debugreg() to
static to fix that - this also addresses the sparse warning.
Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: Steven Rostedt <[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