diff --git a/drivers/nfc/oplus_nfc/oplus_nfc.c b/drivers/nfc/oplus_nfc/oplus_nfc.c index 4e45951d8bf7..160508fdea75 100644 --- a/drivers/nfc/oplus_nfc/oplus_nfc.c +++ b/drivers/nfc/oplus_nfc/oplus_nfc.c @@ -34,7 +34,7 @@ int get_project_in_gki_mode() { #endif -bool is_nfc_support() +bool is_nfc_support(void) { return support_nfc; }