thermal: tsens: Fix exported function marked as static

Change-Id: Id4a2e452c3ec31a747abc3d043f105c5b025609a
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
This commit is contained in:
Sultan Alsawaf 2021-01-12 00:17:54 -08:00 committed by Michael Bestas
parent ced1506860
commit 5ab20a1933
No known key found for this signature in database
GPG Key ID: CC95044519BE6669

View File

@ -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;