aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/n7100/n7100.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices/n7100/n7100.c')
-rw-r--r--samsung-ipc/devices/n7100/n7100.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samsung-ipc/devices/n7100/n7100.c b/samsung-ipc/devices/n7100/n7100.c
index cc3c73b..a6145d7 100644
--- a/samsung-ipc/devices/n7100/n7100.c
+++ b/samsung-ipc/devices/n7100/n7100.c
@@ -284,7 +284,7 @@ int n7100_write(void *data, const void *buffer, size_t length)
return rc;
}
-int n7100_poll(void *data, struct timeval *timeout)
+int n7100_poll(void *data, struct ipc_poll_fds *fds, struct timeval *timeout)
{
struct n7100_transport_data *transport_data;
int rc;
@@ -294,7 +294,7 @@ int n7100_poll(void *data, struct timeval *timeout)
transport_data = (struct n7100_transport_data *) data;
- rc = xmm626_sec_modem_poll(transport_data->fd, timeout);
+ rc = xmm626_sec_modem_poll(transport_data->fd, fds, timeout);
return rc;
}