ANDROID: GKI: power: add missing export for POWER_RESET_QCOM=m

This is needed for reset drivers to be modules.

Test: build, boot
Bug: 144581721
Signed-off-by: Mark Salyzyn <salyzyn@google.com>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Change-Id: Ia29ce7b23e686cd9a2902d32aa41f5796f096947
(cherry picked from commit da11a4eec4a9399ac58fe83f8e16177a2b1507fa)
 [hridya: also squashed 9a7950dfa6000c3959df9387a8de10d846e1b1a5]
Signed-off-by: Hridya Valsaraju <hridya@google.com>
This commit is contained in:
Mark Salyzyn
2019-11-15 13:50:50 -08:00
committed by Saravana Kannan
parent a78a253c53
commit ec5fb1b723
2 changed files with 3 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ void (*pm_power_off)(void);
EXPORT_SYMBOL_GPL(pm_power_off);
void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
EXPORT_SYMBOL_GPL(arm_pm_restart);
/*
* This is our default idle handler.

View File

@@ -53,6 +53,8 @@
#include <asm/tlb.h>
#include <asm/alternative.h>
EXPORT_SYMBOL_GPL(kimage_vaddr);
/*
* We need to be able to catch inadvertent references to memstart_addr
* that occur (potentially in generic code) before arm64_memblock_init()