diff options
author | Christoph Lameter <clameter@sgi.com> | 2008-02-14 15:05:41 -0500 |
---|---|---|
committer | Christoph Lameter <clameter@sgi.com> | 2008-02-14 15:05:41 -0500 |
commit | c5974932c1e8514d3478573bb52beebeb2c786dd (patch) | |
tree | a204156fbb0036fb76e89ceffa15a30e90bc3f75 /scripts/mod/modpost.h | |
parent | 9e40ade04c45a46f6b3d647e0bdac1a32bfaa3a9 (diff) | |
parent | e760e716d47b48caf98da348368fd41b4a9b9e7e (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r-- | scripts/mod/modpost.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 999f15e0e008..565c5872407e 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h | |||
@@ -112,6 +112,8 @@ struct module { | |||
112 | int has_init; | 112 | int has_init; |
113 | int has_cleanup; | 113 | int has_cleanup; |
114 | struct buffer dev_table_buf; | 114 | struct buffer dev_table_buf; |
115 | char **markers; | ||
116 | size_t nmarkers; | ||
115 | char srcversion[25]; | 117 | char srcversion[25]; |
116 | }; | 118 | }; |
117 | 119 | ||
@@ -126,6 +128,7 @@ struct elf_info { | |||
126 | Elf_Section export_gpl_sec; | 128 | Elf_Section export_gpl_sec; |
127 | Elf_Section export_unused_gpl_sec; | 129 | Elf_Section export_unused_gpl_sec; |
128 | Elf_Section export_gpl_future_sec; | 130 | Elf_Section export_gpl_future_sec; |
131 | Elf_Section markers_strings_sec; | ||
129 | const char *strtab; | 132 | const char *strtab; |
130 | char *modinfo; | 133 | char *modinfo; |
131 | unsigned int modinfo_len; | 134 | unsigned int modinfo_len; |