diff --git a/drivers/video/tegra/nvmap/nvmap_sci_ipc.c b/drivers/video/tegra/nvmap/nvmap_sci_ipc.c index 38fa0001..9cb59df1 100644 --- a/drivers/video/tegra/nvmap/nvmap_sci_ipc.c +++ b/drivers/video/tegra/nvmap/nvmap_sci_ipc.c @@ -38,7 +38,7 @@ struct nvmap_sci_ipc { struct free_sid_node { struct list_head list; - u32 sid; + u64 sid; }; /* An rb-tree root node for holding sci_ipc_id of clients */