projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b3b384
)
[media] media: uapi: vsp1: Use __u32 instead of u32
author
Joe Perches
<joe@perches.com>
Sat, 16 May 2015 18:11:40 +0000
(15:11 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Mon, 6 Jul 2015 11:25:50 +0000
(08:25 -0300)
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>
include/uapi/linux/vsp1.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/vsp1.h
b/include/uapi/linux/vsp1.h
index e18858f6e865b03c724da9c3f03a04c244000c50..9a823696d8165b7d14bc3dd967194ece4bc2df31 100644
(file)
--- a/
include/uapi/linux/vsp1.h
+++ b/
include/uapi/linux/vsp1.h
@@
-28,7
+28,7
@@
_IOWR('V', BASE_VIDIOC_PRIVATE + 1, struct vsp1_lut_config)
struct vsp1_lut_config {
- u32 lut[256];
+
__
u32 lut[256];
};
#endif /* __VSP1_USER_H__ */