aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod/modpost.h
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2009-11-16 13:49:55 +0800
committerRusty Russell <rusty@rustcorp.com.au>2009-12-15 16:28:31 +1030
commita8773769d1a1e08d0ca15f890515401ab3860637 (patch)
treea10ef90c0048fc9bdaddc36be30c8196aa2e42ae /scripts/mod/modpost.h
parent9e1b9b80721661bd63b3662453767b22cd614fe7 (diff)
downloadkernel_samsung_smdk4412-a8773769d1a1e08d0ca15f890515401ab3860637.zip
kernel_samsung_smdk4412-a8773769d1a1e08d0ca15f890515401ab3860637.tar.gz
kernel_samsung_smdk4412-a8773769d1a1e08d0ca15f890515401ab3860637.tar.bz2
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 09f58e3..be987a4 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;