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:
Bill Pemberton 2009-03-16 22:13:04 -04:00 committed by Greg Kroah-Hartman
parent f3fd0937ad
commit 3844367350
1 changed files with 2 additions and 2 deletions

View File

@ -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 */