Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
        unsigned int tmp;
        struct comedi_device *dev = dev_id;
        struct comedi_subdevice *s = dev->subdevices;
-       me4000_ai_context_t *ai_context = &info->ai_context;
+       struct me4000_ai_context *ai_context = &info->ai_context;
        int i;
        int c = 0;
        long lval;
 
        unsigned long preload_reg;
 };
 
-typedef struct me4000_ai_context {
+struct me4000_ai_context {
        int irq;
 
        unsigned long ctrl_reg;
        unsigned long start_reg;
        unsigned long irq_status_reg;
        unsigned long sample_counter_reg;
-} me4000_ai_context_t;
+};
 
 typedef struct me4000_dio_context {
        unsigned long dir_reg;