drivers/nfc_logger: Fix implicit int
This commit is contained in:
parent
0db070a424
commit
0e2c60f465
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ void nfc_logger_deinit(void)
|
|||
}
|
||||
|
||||
#ifdef CONFIG_SEC_NFC_LOGGER_ADD_ACPM_LOG
|
||||
static __iomem *g_rtc_reg;
|
||||
static int __iomem *g_rtc_reg;
|
||||
|
||||
u32 nfc_logger_acpm_get_rtc_time(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue