mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 13:14:14 +08:00
sap-u8500: Fix empty parameter list in function declaration
This commit is contained in:
parent
deea134fba
commit
b254175fd3
@ -380,7 +380,7 @@ static void simd_close(void)
|
|||||||
u8500.sap_data = NULL;
|
u8500.sap_data = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void recv_sim_ready()
|
static void recv_sim_ready(void)
|
||||||
{
|
{
|
||||||
sap_info("sim is ready. Try to connect again");
|
sap_info("sim is ready. Try to connect again");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user