summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2009-10-16 11:26:15 +0300
committerAki Niemi <aki.niemi@nokia.com>2009-10-16 11:26:15 +0300
commit9ca602c28351558bd6cb315662f5baa8d9dfab39 (patch)
tree838a10b1d03632f71fd42ed84dc397a531c2ab0a
parent86b6cd91c94d714e9353b0532f801dee349ce40e (diff)
downloadofono-9ca602c28351558bd6cb315662f5baa8d9dfab39.tar.bz2
Fix: restrict keyword use breaking distcheck
-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)
{