Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad7ba06e authored by LuK1337's avatar LuK1337 Committed by MajorP93
Browse files

treewide: Fix function prototype related warnings

Change-Id: I916bf1b954ebe12c78bbb64b282275ea3dfaedf1
parent 26c425e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1781,7 +1781,7 @@ void tp_gpio_current_leakage_handler(bool normal)
}
EXPORT_SYMBOL(tp_gpio_current_leakage_handler);

bool tp_boot_mode_normal()
bool tp_boot_mode_normal(void)
{
	if (!g_tp) {
		return false;