V4L/DVB (4342): Fix ext_controls align on 64 bit architectures
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 22 Jul 2006 11:20:07 +0000 (08:20 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 29 Jul 2006 20:22:29 +0000 (17:22 -0300)
commitf251d23eaee673524171b24a71a8794acf82783e
treeb09cbcb2dcd90bb7173333eb2d3d5e3db3c00398
parenteb4eeccc18246c852fffc771efc3c07a547aeb97
V4L/DVB (4342): Fix ext_controls align on 64 bit architectures

u64 is aligned as 128bits on x86_64 architetures, requiring an special
handling to ioctls that depends on v4l2_ext_control.
Let's fix this before ext controls go to kernel mainstream to avoid one
more compat32 stuff.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
include/linux/videodev2.h