Skip to content

Commit

Permalink
Staging: comedi: Remove me4000_ao_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 27f4caa commit 2192110
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 @@ -328,7 +328,7 @@ struct me4000_board {
Global board and subdevice information structures
===========================================================================*/

typedef struct me4000_ao_context {
struct me4000_ao_context {
int irq;

unsigned long mirror; /* Store the last written value */
Expand All @@ -340,7 +340,7 @@ typedef struct me4000_ao_context {
unsigned long timer_reg;
unsigned long irq_status_reg;
unsigned long preload_reg;
} me4000_ao_context_t;
};

typedef struct me4000_ai_context {
int irq;
Expand Down

0 comments on commit 2192110

Please sign in to comment.