Skip to content

Commit

Permalink
Staging: comedi: Remove contec_model 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 4f4123b commit 216ed75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/comedi/drivers/contec_pci_dio.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Configuration Options:

#include "comedi_pci.h"

typedef enum contec_model {
enum contec_model {
PIO1616L = 0,
} contec_model;
};

struct contec_board {
const char *name;
Expand Down

0 comments on commit 216ed75

Please sign in to comment.