From: Mauro Carvalho Chehab Date: Wed, 16 Mar 2016 12:34:39 +0000 (-0700) Subject: [media] media-device: make topology_version u64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=952f8eef901b170dbe6b48e80f098be5d835a82c;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [media] media-device: make topology_version u64 The uAPI defines it with 64 bits. Let's change the Kernel implementation too. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/media-device.h b/include/media/media-device.h index 6d2860657021..07809f698464 100644 --- a/include/media/media-device.h +++ b/include/media/media-device.h @@ -357,7 +357,7 @@ struct media_device { u32 hw_revision; u32 driver_version; - u32 topology_version; + u64 topology_version; u32 id; struct ida entity_internal_idx;