Skip to content

Commit

Permalink
Staging: comedi: Remove me4000_cnt_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 ff58560 commit 126974d
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 @@ -369,12 +369,12 @@ struct me4000_dio_context {
unsigned long port_3_reg;
};

typedef struct me4000_cnt_context {
struct me4000_cnt_context {
unsigned long ctrl_reg;
unsigned long counter_0_reg;
unsigned long counter_1_reg;
unsigned long counter_2_reg;
} me4000_cnt_context_t;
};

typedef struct me4000_info {
unsigned long plx_regbase; /* PLX configuration space base address */
Expand Down

0 comments on commit 126974d

Please sign in to comment.