提交 9aee1ae3 编写于 作者: J Joe Perches 提交者: Mauro Carvalho Chehab

[media] media: uapi: vsp1: Use __u32 instead of u32

Don't use the kernel types in uapi headers.
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 1b3b3841
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
_IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct vsp1_lut_config) _IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct vsp1_lut_config)
struct vsp1_lut_config { struct vsp1_lut_config {
u32 lut[256]; __u32 lut[256];
}; };
#endif /* __VSP1_USER_H__ */ #endif /* __VSP1_USER_H__ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册