aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/piranha/piranha.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices/piranha/piranha.c')
-rw-r--r--samsung-ipc/devices/piranha/piranha.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/samsung-ipc/devices/piranha/piranha.c b/samsung-ipc/devices/piranha/piranha.c
index 5a6fcda..6360be2 100644
--- a/samsung-ipc/devices/piranha/piranha.c
+++ b/samsung-ipc/devices/piranha/piranha.c
@@ -254,12 +254,14 @@ int piranha_poll(void *data, struct ipc_poll_fds *fds, struct timeval *timeout)
return rc;
}
-int piranha_power_on(__attribute__((unused)) void *data)
+int piranha_power_on(__attribute__((unused)) struct ipc_client *client,
+ __attribute__((unused)) void *data)
{
return 0;
}
-int piranha_power_off(__attribute__((unused)) void *data)
+int piranha_power_off(__attribute__((unused)) struct ipc_client *client,
+ __attribute__((unused)) void *data)
{
int fd;
int rc;