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

Staging: comedi: Remove link_types typedef

parent b2e1b3c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ struct le_struct {
 * 7 - negate all axes (NEG)
 */

typedef enum link_types {
enum link_types {
	end_x_form,
	tx,
	ty,
@@ -250,7 +250,7 @@ typedef enum link_types {
	ry,
	rz,
	neg
} link_types;
};

/*  TRANSFORM */
/*  Structure used to describe a transform. */