commit | 83dc1d99429af7d73225294f216a510ba6f58e45 | [log] [tgz] |
---|---|---|
author | Ben Dooks (Codethink) <ben.dooks@codethink.co.uk> | Fri Oct 11 13:53:32 2019 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Thu Oct 31 16:58:53 2019 +0000 |
tree | 8dcc8da9c53ec0c669146131971a994dac73253e | |
parent | 2af903500b9d1b58cfc76110356a95661777c398 [diff] |
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: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>