diff options
| author | Christoph Lameter <clameter@sgi.com> | 2008-02-14 12:05:41 -0800 | 
|---|---|---|
| committer | Christoph Lameter <clameter@sgi.com> | 2008-02-14 12:05:41 -0800 | 
| 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 {  	int has_init;  	int has_cleanup;  	struct buffer dev_table_buf; +	char **markers; +	size_t nmarkers;  	char	     srcversion[25];  }; @@ -126,6 +128,7 @@ 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; | 
