aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/galaxys2/galaxys2.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices/galaxys2/galaxys2.c')
-rw-r--r--samsung-ipc/devices/galaxys2/galaxys2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/samsung-ipc/devices/galaxys2/galaxys2.c b/samsung-ipc/devices/galaxys2/galaxys2.c
index 78101e4..4f7783f 100644
--- a/samsung-ipc/devices/galaxys2/galaxys2.c
+++ b/samsung-ipc/devices/galaxys2/galaxys2.c
@@ -356,7 +356,8 @@ int galaxys2_gprs_deactivate(__attribute__((unused)) struct ipc_client *client,
return 0;
}
-int galaxys2_data_create(void **transport_data,
+int galaxys2_data_create(__attribute__((unused)) struct ipc_client *client,
+ void **transport_data,
__attribute__((unused)) void **power_data,
__attribute__((unused)) void **gprs_data)
{
@@ -368,7 +369,8 @@ int galaxys2_data_create(void **transport_data,
return 0;
}
-int galaxys2_data_destroy(void *transport_data,
+int galaxys2_data_destroy(__attribute__((unused)) struct ipc_client *client,
+ void *transport_data,
__attribute__((unused)) void *power_data,
__attribute__((unused)) void *gprs_data)
{