Staging: comedi: Remove me4000_ao_context_t typedef
authorBill Pemberton <wfp5p@virginia.edu>
Thu, 19 Mar 2009 22:00:21 +0000 (18:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 3 Apr 2009 21:54:18 +0000 (14:54 -0700)
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/me4000.h

index 27c48ff..db38c99 100644 (file)
@@ -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 */
@@ -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;