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

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

Staging: comedi: Remove me4000_cnt_context_t typedef

parent ff585603
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 */