提交 21921108 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

Staging: comedi: Remove me4000_ao_context_t typedef

Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 27f4caaa
......@@ -328,7 +328,7 @@ struct me4000_board {
Global board and subdevice information structures
===========================================================================*/
typedef struct me4000_ao_context {
struct me4000_ao_context {
int irq;
unsigned long mirror; /* Store the last written value */
......@@ -340,7 +340,7 @@ typedef struct me4000_ao_context {
unsigned long timer_reg;
unsigned long irq_status_reg;
unsigned long preload_reg;
} me4000_ao_context_t;
};
typedef struct me4000_ai_context {
int irq;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册