thermal: tsens: Fix exported function marked as static
Change-Id: Id4a2e452c3ec31a747abc3d043f105c5b025609a Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
This commit is contained in:
parent
ced1506860
commit
5ab20a1933
@ -23,7 +23,7 @@ struct tsens_device *tsens_controller_is_present(void)
|
||||
}
|
||||
EXPORT_SYMBOL(tsens_controller_is_present);
|
||||
|
||||
static int tsens_mtc_reset_history_counter(unsigned int zone)
|
||||
int tsens_mtc_reset_history_counter(unsigned int zone)
|
||||
{
|
||||
unsigned int reg_cntl, is_valid;
|
||||
void __iomem *sensor_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user