mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
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)
|
||||
*/
|
||||
|
||||
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 New Issue
Block a user