aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/h1/h1_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/device/h1/h1_ipc.c')
-rw-r--r--samsung-ipc/device/h1/h1_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/device/h1/h1_ipc.c b/samsung-ipc/device/h1/h1_ipc.c
index b281265..ac229e5 100644
--- a/samsung-ipc/device/h1/h1_ipc.c
+++ b/samsung-ipc/device/h1/h1_ipc.c
@@ -220,7 +220,7 @@ struct ipc_handlers ipc_default_handlers = {
.write = h1_ipc_write,
};
-struct ipc_ops ipc_ops = {
+struct ipc_ops ipc_fmt_ops = {
.send = h1_ipc_send,
.recv = h1_ipc_recv,
.bootstrap = NULL,