mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ANDROID: GKI: kernel: Export symbols needed by msm_minidump.ko and minidump_log.ko (again)
These symbols are used by these modules. Export them so that these modules can be loaded. Bug: 149258398 Tested: Booted and made sure same devices probe Tested: Unlock the phone and play with home screen Change-Id: Ie29c2811c07944b5a01dbc47b7a60dd56fe2aa5c Signed-off-by: Saravana Kannan <saravanak@google.com> (cherry picked from 6e9974ac97756b877c6858bedc216fea56fbbb38) Signed-off-by: Mark Salyzyn <salyzyn@google.com>
This commit is contained in:
committed by
Mark Salyzyn
parent
2300618213
commit
80566d3295
@@ -93,3 +93,8 @@ EXPORT_SYMBOL_GPL(__dma_inv_area);
|
||||
EXPORT_SYMBOL_GPL(__dma_clean_area);
|
||||
EXPORT_SYMBOL_GPL(__dma_flush_area);
|
||||
EXPORT_SYMBOL_GPL(__flush_dcache_area);
|
||||
|
||||
EXPORT_SYMBOL_GPL(__bss_stop);
|
||||
EXPORT_SYMBOL_GPL(__per_cpu_start);
|
||||
EXPORT_SYMBOL_GPL(__per_cpu_end);
|
||||
EXPORT_SYMBOL_GPL(_sdata);
|
||||
|
||||
Reference in New Issue
Block a user