summaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
diff options
context:
space:
mode:
authorWenji Huang2009-11-16 06:49:55 +0100
committerRusty Russell2009-12-15 06:58:31 +0100
commita8773769d1a1e08d0ca15f890515401ab3860637 (patch)
treea10ef90c0048fc9bdaddc36be30c8196aa2e42ae /scripts/mod/modpost.h
parentmodule: make MODULE_SYMBOL_PREFIX into a CONFIG option (diff)
downloadkernel-qcow2-linux-a8773769d1a1e08d0ca15f890515401ab3860637.tar.gz
kernel-qcow2-linux-a8773769d1a1e08d0ca15f890515401ab3860637.tar.xz
kernel-qcow2-linux-a8773769d1a1e08d0ca15f890515401ab3860637.zip
Kbuild: clear marker out of modpost
Remove the unnecessary functions and variables. Signed-off-by: Wenji Huang <wenji.huang@oracle.com> Signed-off-by: Michal Marek <mmarek@suse.cz> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r--scripts/mod/modpost.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h
index 09f58e33d227..be987a44f250 100644
--- a/scripts/mod/modpost.h
+++ b/scripts/mod/modpost.h
@@ -112,8 +112,6 @@ struct module {
int has_init;
int has_cleanup;
struct buffer dev_table_buf;
- char **markers;
- size_t nmarkers;
char srcversion[25];
};
@@ -128,7 +126,6 @@ struct elf_info {
Elf_Section export_gpl_sec;
Elf_Section export_unused_gpl_sec;
Elf_Section export_gpl_future_sec;
- Elf_Section markers_strings_sec;
const char *strtab;
char *modinfo;
unsigned int modinfo_len;