mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 10:30:05 +07:00
Staging: comedi: Remove thresh_struct typedef
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f3fd0937ad
commit
3844367350
@ -204,11 +204,11 @@ enum error_bits_t {
|
||||
* met or exceeded.
|
||||
*/
|
||||
|
||||
typedef struct thresh_struct {
|
||||
struct thresh_struct {
|
||||
s32 data_address;
|
||||
s32 threshold;
|
||||
s32 bit_pattern;
|
||||
} thresh_struct;
|
||||
};
|
||||
|
||||
/* LE_STRUCT */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user