mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
Move old now unused io structs to debug def
This commit is contained in:
parent
3a7f6b409b
commit
0c07dfcba4
|
@ -211,10 +211,10 @@ static long uniwill_ioctl_interface(struct file *file, unsigned int cmd, unsigne
|
|||
u8 byte_data;
|
||||
const char str_no_if[] = "";
|
||||
char *str_uniwill_if;
|
||||
union uw_ec_read_return reg_read_return;
|
||||
union uw_ec_write_return reg_write_return;
|
||||
|
||||
#ifdef DEBUG
|
||||
union uw_ec_read_return reg_read_return;
|
||||
union uw_ec_write_return reg_write_return;
|
||||
u32 uw_arg[10];
|
||||
u32 uw_result[10];
|
||||
int i;
|
||||
|
|
Loading…
Reference in a new issue