summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/isimodem/voicecall.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 390914b7..9434adb4 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -370,7 +370,7 @@ static struct isi_call_req_context *
isi_call_create_req(struct ofono_voicecall *ovc,
uint8_t presentation,
uint8_t addr_type,
- char const restrict address[21],
+ char const address[21],
ofono_voicecall_cb_t cb,
void *data)
{
@@ -679,7 +679,7 @@ static struct isi_call_req_context *
isi_call_deflect_req(struct ofono_voicecall *ovc,
uint8_t call_id,
uint8_t address_type,
- char const restrict address[21],
+ char const address[21],
ofono_voicecall_cb_t cb,
void *data)
{