mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
[media] media: uapi: vsp1: Use __u32 instead of u32
Don't use the kernel types in uapi headers. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
1b3b384177
commit
9aee1ae331
1 changed files with 1 additions and 1 deletions
|
@ -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__ */
|
||||||
|
|
Loading…
Add table
Reference in a new issue