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

Staging: comedi: Remove thresh_struct typedef

parent f3fd0937
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */