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
1 changed files with 2 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue