diff options
| author | Richard Henderson <rth@kanga.twiddle.net> | 2003-01-12 17:47:35 -0800 |
|---|---|---|
| committer | Richard Henderson <rth@kanga.twiddle.net> | 2003-01-12 17:47:35 -0800 |
| commit | 377f9b8ccb78a65b00f67bd8b6eade4b69175911 (patch) | |
| tree | a0922be2a4c8e7b069efee063eb9aebeb4fa36ea /include/linux/moduleloader.h | |
| parent | 291b901bf8430ee789ec2c31a49dc935b0fe7ae9 (diff) | |
[MODULES] Centralize undefined symbol checks; handle undef weak.
Diffstat (limited to 'include/linux/moduleloader.h')
| -rw-r--r-- | include/linux/moduleloader.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/moduleloader.h b/include/linux/moduleloader.h index 991e9cdf3213..0c9e9a69f8ba 100644 --- a/include/linux/moduleloader.h +++ b/include/linux/moduleloader.h @@ -5,14 +5,6 @@ #include <linux/module.h> #include <linux/elf.h> -/* Helper function for arch-specific module loaders */ -unsigned long find_symbol_internal(Elf_Shdr *sechdrs, - unsigned int symindex, - const char *strtab, - const char *name, - struct module *mod, - struct kernel_symbol_group **group); - /* These must be implemented by the specific architecture */ /* Adjust arch-specific sections. Return 0 on success. */ |
