Staging: comedi: Remove str_AnalogReadInformation typedef in addi-data/hwdrv_apci3120.h
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 25 Mar 2009 15:06:35 +0000 (11:06 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Jun 2009 18:00:27 +0000 (11:00 -0700)
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.h

index db5b291a3278d8c50b116c67168d09036baa5dde..f6755cdfcba2a4f6c4d4ea291c3d9aac26ce2216 100644 (file)
@@ -165,7 +165,8 @@ static const struct comedi_lrange range_apci3120_ao = { 2, {
 
 #define MAX_ANALOGINPUT_CHANNELS    32
 
-typedef struct {
+struct str_AnalogReadInformation {
+
        unsigned char b_Type;           /* EOC or EOS */
        unsigned char b_InterruptFlag;  /* Interrupt use or not                    */
        unsigned int ui_ConvertTiming;  /* Selection of the convertion time        */
@@ -173,7 +174,8 @@ typedef struct {
        unsigned int ui_ChannelList[MAX_ANALOGINPUT_CHANNELS];  /* Number of the channel to be read        */
        unsigned int ui_RangeList[MAX_ANALOGINPUT_CHANNELS];    /* Gain of each channel                    */
 
-} str_AnalogReadInformation;
+};
+
 
 // Function Declaration For APCI-3120