Commit 38443673 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

Staging: comedi: Remove thresh_struct typedef

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f3fd0937
...@@ -204,11 +204,11 @@ enum error_bits_t { ...@@ -204,11 +204,11 @@ enum error_bits_t {
* met or exceeded. * met or exceeded.
*/ */
typedef struct thresh_struct { struct thresh_struct {
s32 data_address; s32 data_address;
s32 threshold; s32 threshold;
s32 bit_pattern; s32 bit_pattern;
} thresh_struct; };
/* LE_STRUCT */ /* LE_STRUCT */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment