aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2009-03-19 18:00:21 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:54:18 -0400
commit21921108bef40b75495301f5dd3d992ed66a7ba8 (patch)
tree0b9c7cc933ed07d27b912bbe609ef6904514017f
parent27f4caaa3b27badb3e245a50b09ba35f040f3a77 (diff)
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>
-rw-r--r--drivers/staging/comedi/drivers/me4000.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/me4000.h b/drivers/staging/comedi/drivers/me4000.h
index 27c48ff2b212..db38c9915d39 100644
--- a/drivers/staging/comedi/drivers/me4000.h
+++ b/drivers/staging/comedi/drivers/me4000.h
@@ -328,7 +328,7 @@ struct me4000_board {
328 Global board and subdevice information structures 328 Global board and subdevice information structures
329 ===========================================================================*/ 329 ===========================================================================*/
330 330
331typedef struct me4000_ao_context { 331struct me4000_ao_context {
332 int irq; 332 int irq;
333 333
334 unsigned long mirror; /* Store the last written value */ 334 unsigned long mirror; /* Store the last written value */
@@ -340,7 +340,7 @@ typedef struct me4000_ao_context {
340 unsigned long timer_reg; 340 unsigned long timer_reg;
341 unsigned long irq_status_reg; 341 unsigned long irq_status_reg;
342 unsigned long preload_reg; 342 unsigned long preload_reg;
343} me4000_ao_context_t; 343};
344 344
345typedef struct me4000_ai_context { 345typedef struct me4000_ai_context {
346 int irq; 346 int irq;