summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2002-11-16 19:21:48 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-16 19:21:48 -0800
commit3d19ab58bcae6b90a622e2e5fc1831260ed48b38 (patch)
tree92e1e7e40ba36ec339807425cd997ab46d3cd716 /kernel
parent41977e4baf4612a0203b55d0712dbf3c54d57c35 (diff)
[PATCH] separate out moduleloader.h
Separates the module loading function prototypes (and elf.h) into moduleloader.h. AT_GID in elf.h clashes with xfs.h, but this also makes module.h less cluttered.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/module.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/module.c b/kernel/module.c
index 668406fa22cd..c92e6b7ca6bf 100644
--- a/kernel/module.c
+++ b/kernel/module.c
@@ -17,6 +17,7 @@
*/
#include <linux/config.h>
#include <linux/module.h>
+#include <linux/moduleloader.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>