Skip to content

Commit

Permalink
Staging: comedi: Remove me4000_dio_context_t 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 8b95a0e commit ff58560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/me4000.h
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@ struct me4000_ai_context {
unsigned long sample_counter_reg;
};

typedef struct me4000_dio_context {
struct me4000_dio_context {
unsigned long dir_reg;
unsigned long ctrl_reg;
unsigned long port_0_reg;
unsigned long port_1_reg;
unsigned long port_2_reg;
unsigned long port_3_reg;
} me4000_dio_context_t;
};

typedef struct me4000_cnt_context {
unsigned long ctrl_reg;
Expand Down

0 comments on commit ff58560

Please sign in to comment.