mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
Staging: comedi: Remove me4000_cnt_context_t typedef
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ff585603bd
commit
126974dc8c
@ -369,12 +369,12 @@ struct me4000_dio_context {
|
||||
unsigned long port_3_reg;
|
||||
};
|
||||
|
||||
typedef struct me4000_cnt_context {
|
||||
struct me4000_cnt_context {
|
||||
unsigned long ctrl_reg;
|
||||
unsigned long counter_0_reg;
|
||||
unsigned long counter_1_reg;
|
||||
unsigned long counter_2_reg;
|
||||
} me4000_cnt_context_t;
|
||||
};
|
||||
|
||||
typedef struct me4000_info {
|
||||
unsigned long plx_regbase; /* PLX configuration space base address */
|
||||
|
Loading…
Reference in New Issue
Block a user