mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 09:36:51 +07:00
Staging: comedi: Remove me4000_ai_info_t typedef
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8d95123295
commit
0c18e8c046
@ -298,12 +298,12 @@ struct me4000_ao_info {
|
||||
int fifo_count;
|
||||
};
|
||||
|
||||
typedef struct me4000_ai_info {
|
||||
struct me4000_ai_info {
|
||||
int count;
|
||||
int sh_count;
|
||||
int diff_count;
|
||||
int ex_trig_analog;
|
||||
} me4000_ai_info_t;
|
||||
};
|
||||
|
||||
typedef struct me4000_dio_info {
|
||||
int count;
|
||||
@ -317,7 +317,7 @@ typedef struct me4000_board {
|
||||
const char *name;
|
||||
unsigned short device_id;
|
||||
struct me4000_ao_info ao;
|
||||
me4000_ai_info_t ai;
|
||||
struct me4000_ai_info ai;
|
||||
me4000_dio_info_t dio;
|
||||
me4000_cnt_info_t cnt;
|
||||
} me4000_board_t;
|
||||
|
Loading…
Reference in New Issue
Block a user