Skip to content
Commit 83dc1d99 authored by Ben Dooks (Codethink)'s avatar Ben Dooks (Codethink) Committed by Russell King
Browse files

ARM: 8920/1: share get_signal_page from signal.c to process.c



The get_signal_page() function is defined in signal.c and used in
process.c but there is no shared definition. Add one in signal.h to
silence the following warning:

arch/arm/kernel/signal.c:683:13: warning: symbol 'get_signal_page' was not declared. Should it be static?

Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 2af90350
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment