diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2002-11-16 19:21:48 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-16 19:21:48 -0800 |
| commit | 3d19ab58bcae6b90a622e2e5fc1831260ed48b38 (patch) | |
| tree | 92e1e7e40ba36ec339807425cd997ab46d3cd716 /kernel | |
| parent | 41977e4baf4612a0203b55d0712dbf3c54d57c35 (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.c | 1 |
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> |
