Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21921108 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: Remove me4000_ao_context_t typedef

parent 27f4caaa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;