ANDROID: GKI: kernel: Export symbols needed by msm_minidump.ko and minidump_log.ko
These symbols are used by these modules. Export them so that these modules can be loaded. Bug: 149258398 Test: compile Change-Id: Ie29c2811c07944b5a01dbc47b7a60dd56fe2aa5b Signed-off-by: Saravana Kannan <saravanak@google.com> (cherry picked from commit 9d5b6d29f017e1ae5df2dac53694382b24393f5f) Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
c55f3a7a60
commit
0548ed6756
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ EXPORT_SYMBOL_GPL(init_uts_ns);
|
|||
const char linux_banner[] =
|
||||
"Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
|
||||
LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
|
||||
EXPORT_SYMBOL_GPL(linux_banner);
|
||||
|
||||
const char linux_proc_banner[] =
|
||||
"%s version %s"
|
||||
|
|
|
@ -1865,6 +1865,7 @@ phys_addr_t per_cpu_ptr_to_phys(void *addr)
|
|||
return page_to_phys(pcpu_addr_to_page(addr)) +
|
||||
offset_in_page(addr);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(per_cpu_ptr_to_phys);
|
||||
|
||||
/**
|
||||
* pcpu_alloc_alloc_info - allocate percpu allocation info
|
||||
|
|
Loading…
Add table
Reference in a new issue