uapi/rkcif-config.h: Fix UAPI compile-test

./usr/include/linux/rkcif-config.h:63:2: error: unknown type name 'u8'

Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ic1c8f6c71c7fcaffd3f44ea8c88fcbeba19f3f7d
This commit is contained in:
Tao Huang
2023-05-29 15:28:54 +08:00
parent 1f72923c99
commit 1f70949faa

View File

@@ -60,10 +60,10 @@ enum cif_csi_lvds_memory {
*/
struct bayer_blc {
u8 pattern00;
u8 pattern01;
u8 pattern02;
u8 pattern03;
__u8 pattern00;
__u8 pattern01;
__u8 pattern02;
__u8 pattern03;
};
struct rkcif_fps {