Staging: comedi: Remove link_types typedef
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b2e1b3c2bd
commit
4e1ccd9717
@ -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 {
|
|||||||
ry,
|
ry,
|
||||||
rz,
|
rz,
|
||||||
neg
|
neg
|
||||||
} link_types;
|
};
|
||||||
|
|
||||||
/* TRANSFORM */
|
/* TRANSFORM */
|
||||||
/* Structure used to describe a transform. */
|
/* Structure used to describe a transform. */
|
||||||
|
Loading…
Reference in New Issue
Block a user