From: Hans Verkuil Date: Mon, 17 Mar 2014 12:54:22 +0000 (-0300) Subject: [media] v4l2-common.h: remove __user annotation in struct v4l2_edid X-Git-Tag: omap-for-v3.16/fixes-against-rc1~25^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dd477dbeb53937213d741db53110ac39ca245d1;p=pandora-kernel.git [media] v4l2-common.h: remove __user annotation in struct v4l2_edid The edid array is copied to kernelspace by the v4l2 core, so drivers shouldn't see the __user annotation. This conforms to other structs like v4l2_ext_controls where the data pointed to is copied to from user to kernelspace. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed