aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc_devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/ipc_devices.c')
-rw-r--r--samsung-ipc/ipc_devices.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/samsung-ipc/ipc_devices.c b/samsung-ipc/ipc_devices.c
index ee97f77..fc2c226 100644
--- a/samsung-ipc/ipc_devices.c
+++ b/samsung-ipc/ipc_devices.c
@@ -136,6 +136,7 @@ struct ipc_device_desc ipc_devices[] = {
},
};
-int ipc_devices_count = sizeof(ipc_devices) / sizeof(struct ipc_device_desc);
+unsigned int ipc_devices_count = sizeof(ipc_devices) /
+ sizeof(struct ipc_device_desc);
// vim:ts=4:sw=4:expandtab