diff options
author | Simon Horman <horms@verge.net.au> | 2008-11-04 09:26:02 +1100 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-11-28 14:30:33 +0900 |
commit | 14f69fc20bec03f7db1c4f4c0e45d9e73400e9a5 (patch) | |
tree | e14d7c765c3d4d2e2e61188e5fbcbcdc1727a6ca /kexec | |
parent | df0878e64e92d403c4e2e5604cd81d6d1baff169 (diff) |
Make x86_setup_jump_back_entry() static with a void argument list
gcc complains because x86_setup_jump_back_entry() has no arguments,
making the argument list void resolves this.
Also, make the function static as it isn't used in any other files.
And move the function above where it is used, to eliminate the
need for a forward-declaration.
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec')
0 files changed, 0 insertions, 0 deletions