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:
Bill Pemberton 2009-03-16 22:13:20 -04:00 committed by Greg Kroah-Hartman
parent b2e1b3c2bd
commit 4e1ccd9717
1 changed files with 2 additions and 2 deletions

View File

@ -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. */