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

Staging: comedi: Remove link_types typedef

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b2e1b3c2
...@@ -241,7 +241,7 @@ struct le_struct { ...@@ -241,7 +241,7 @@ struct le_struct {
* 7 - negate all axes (NEG) * 7 - negate all axes (NEG)
*/ */
typedef enum link_types { enum link_types {
end_x_form, end_x_form,
tx, tx,
ty, ty,
...@@ -250,7 +250,7 @@ typedef enum link_types { ...@@ -250,7 +250,7 @@ typedef enum link_types {
ry, ry,
rz, rz,
neg neg
} link_types; };
/* TRANSFORM */ /* TRANSFORM */
/* Structure used to describe a transform. */ /* Structure used to describe a transform. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment