summaryrefslogtreecommitdiffstats
path: root/arch/score/kernel/module.c
diff options
context:
space:
mode:
authorArnd Bergmann2009-06-27 14:50:51 +0200
committerArnd Bergmann2009-06-27 15:09:46 +0200
commit9fb24cc50045ec8d13d0a6c3d4d454750b466d61 (patch)
tree7d81c5d9ecf952e9e50f1d066a83825e37c6ddb9 /arch/score/kernel/module.c
parentscore: move save arg5 and arg6 instruction in front of enable_irq (diff)
downloadkernel-qcow2-linux-9fb24cc50045ec8d13d0a6c3d4d454750b466d61.tar.gz
kernel-qcow2-linux-9fb24cc50045ec8d13d0a6c3d4d454750b466d61.tar.xz
kernel-qcow2-linux-9fb24cc50045ec8d13d0a6c3d4d454750b466d61.zip
score: add missing #includes
Files that define a global function should #include the header with its declaration to make sure that the prototypes do not diverge. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/score/kernel/module.c')
-rw-r--r--arch/score/kernel/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/score/kernel/module.c b/arch/score/kernel/module.c
index 4ffce7fe1560..1a625572ecc8 100644
--- a/arch/score/kernel/module.c
+++ b/arch/score/kernel/module.c
@@ -23,6 +23,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <linux/moduleloader.h>
#include <linux/module.h>
#include <linux/vmalloc.h>