From: Mauro Carvalho Chehab Date: Wed, 16 Mar 2016 12:34:39 +0000 (-0700) Subject: [media] media-device: make topology_version u64 X-Git-Tag: v4.7-rc1~130^2~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=952f8eef901b170dbe6b48e80f098be5d835a82c;p=thirdparty%2Fkernel%2Flinux.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 6d2860657021a..07809f698464a 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;