Commit 39f76660 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman

Staging: comedi: Remove s526_gpct_config_t typedef

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 055f6636
...@@ -146,10 +146,10 @@ enum S526_GPCT_APP_CLASS { ...@@ -146,10 +146,10 @@ enum S526_GPCT_APP_CLASS {
/* Config struct for different GPCT subdevice Application Classes and /* Config struct for different GPCT subdevice Application Classes and
their options their options
*/ */
typedef struct s526GPCTConfig { struct s526GPCTConfig {
enum S526_GPCT_APP_CLASS app; enum S526_GPCT_APP_CLASS app;
int data[MAX_GPCT_CONFIG_DATA]; int data[MAX_GPCT_CONFIG_DATA];
} s526_gpct_config_t; };
/* /*
* Board descriptions for two imaginary boards. Describing the * Board descriptions for two imaginary boards. Describing the
...@@ -201,7 +201,7 @@ struct s526_private { ...@@ -201,7 +201,7 @@ struct s526_private {
/* Used for AO readback */ /* Used for AO readback */
unsigned int ao_readback[2]; unsigned int ao_readback[2];
s526_gpct_config_t s526_gpct_config[4]; struct s526GPCTConfig s526_gpct_config[4];
unsigned short s526_ai_config; unsigned short s526_ai_config;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment