Skip to content

Commit

Permalink
Staging: comedi: Remove thresh_struct typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent f3fd093 commit 3844367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/jr3_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 3844367

Please sign in to comment.