mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00: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