Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
drivers/nfc: oplus_nfc: resolve a strict prototype warning
Browse files Browse the repository at this point in the history
Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh committed Mar 21, 2023
1 parent cc4d7c5 commit 5024aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nfc/oplus_nfc/oplus_nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int get_project_in_gki_mode() {
#endif


bool is_nfc_support()
bool is_nfc_support(void)
{
return support_nfc;
}
Expand Down

0 comments on commit 5024aa0

Please sign in to comment.