These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / uapi / linux / vsp1.h
index e18858f..9a82369 100644 (file)
@@ -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__ */