Skip to content

Commit

Permalink
Staging: comedi: Remove link_types typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent b2e1b3c commit 4e1ccd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/jr3_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ struct le_struct {
* 7 - negate all axes (NEG)
*/

typedef enum link_types {
enum link_types {
end_x_form,
tx,
ty,
Expand All @@ -250,7 +250,7 @@ typedef enum link_types {
ry,
rz,
neg
} link_types;
};

/* TRANSFORM */
/* Structure used to describe a transform. */
Expand Down

0 comments on commit 4e1ccd9

Please sign in to comment.