commit | a959f88735c09e3cea8b229ab86fcb946c41f9e8 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben-linux@fluff.org> | Mon Oct 07 14:55:55 2019 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Sun Oct 27 21:14:38 2019 +0000 |
tree | c9c9c63ef861e0a2f4d4949dcbdbc4577898f6b5 | |
parent | 17fe868415b61027ff18f5f94696b0743d13985d [diff] |
ARM: 8910/1: fix missing declartion of module_frob_arch_sections The module_frob_arch_sections function is missing the header declaration which is in <linux/moduleloader.h> so include that to fix the following sparse warning: arch/arm/kernel/module-plts.c:188:5: warning: symbol 'module_frob_arch_sections' 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>