diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-11-04 11:48:08 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-11-04 11:48:08 +0100 |
commit | 99e18df3a41a044c6ac83e5e8310c228221881c9 (patch) | |
tree | 03aee44088bc0761e2bf2bb3985d64903ed3a4c5 /scripts/mod/modpost.h | |
parent | a1bb46c36ce389d4a24a42e5b6047b0626caa3ea (diff) | |
parent | db0d32d84031188443e25edbd50a71a6e7ac5d1d (diff) |
Merge back earlier cpufreq material for v5.5.
Diffstat (limited to 'scripts/mod/modpost.h')
-rw-r--r-- | scripts/mod/modpost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mod/modpost.h b/scripts/mod/modpost.h index 92a926d375d2..ad271bc6c313 100644 --- a/scripts/mod/modpost.h +++ b/scripts/mod/modpost.h @@ -143,6 +143,7 @@ struct elf_info { Elf_Section export_gpl_sec; Elf_Section export_unused_gpl_sec; Elf_Section export_gpl_future_sec; + char *ksymtab_strings; char *strtab; char *modinfo; unsigned int modinfo_len; |