mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user