Staging: comedi: Remove me4000_ao_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:
committed by
Greg Kroah-Hartman
parent
27f4caaa3b
commit
21921108be
@@ -328,7 +328,7 @@ struct me4000_board {
|
|||||||
Global board and subdevice information structures
|
Global board and subdevice information structures
|
||||||
===========================================================================*/
|
===========================================================================*/
|
||||||
|
|
||||||
typedef struct me4000_ao_context {
|
struct me4000_ao_context {
|
||||||
int irq;
|
int irq;
|
||||||
|
|
||||||
unsigned long mirror; /* Store the last written value */
|
unsigned long mirror; /* Store the last written value */
|
||||||
@@ -340,7 +340,7 @@ typedef struct me4000_ao_context {
|
|||||||
unsigned long timer_reg;
|
unsigned long timer_reg;
|
||||||
unsigned long irq_status_reg;
|
unsigned long irq_status_reg;
|
||||||
unsigned long preload_reg;
|
unsigned long preload_reg;
|
||||||
} me4000_ao_context_t;
|
};
|
||||||
|
|
||||||
typedef struct me4000_ai_context {
|
typedef struct me4000_ai_context {
|
||||||
int irq;
|
int irq;
|
||||||
|
Reference in New Issue
Block a user